#65f1ca

Color #65F1CA Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #65F1CA

Tints of Aquamarine #65F1CA

Color information

#65F1CA (or 0x65F1CA) is unknown color: approx Aquamarine. HEX triplet: 65, F1 and CA. RGB value is (101,241,202). Sum of RGB (Red+Green+Blue) = 101+241+202=544 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.57% from 544); Green value is 241 (94.53% from 255 or 44.30% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 241 - color contains mainly: green. Hex color #65F1CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65F1CA is #9A0E35. Grayscale: #C2C2C2. Windows color (decimal): -10096182 or 13300069. OLE color: 13300069.

HSL color Cylindrical-coordinate representation of color #65F1CA: hue angle of 163.29º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65F1CA is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB101241202-
CMYK0.5800.160.05
HSL163.29º83.33%67.06%-
HSV(B)163.29º58.09%94.51%-
XYZ47.4869.9466.87-
YUV194.69132.1261.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 18.57%
GREEN value IS 241 (94.53% from 255) = 44.30%
BLUE value IS 202 (79.30% from 255) = 37.13%
R=18.57%
G=44.30%
B=37.13%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1012412020.5800.160.05163.2983.3367.06
Hex65F1CA3A0105a35343
Octal145361312720205243123103
Binary110010111110001110010101110100100001011010001110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65f1ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65f1ca; }

 p { color: rgb(101,241,202); }

 H1.HeaderClassName
 {
   color: #65f1ca;
 }
 .AnyTagClassName
 {
   color: #65f1ca;
 }
</style>
background-color css

<style>
 a { background-color: #65f1ca; }

 a { background-color: rgb(101,241,202); }

 div.DivClassName
 {
   background-color: #65f1ca;
 }
 .BgClassName
 {
   background-color: #65f1ca;
 }
</style>
border-color css

<style>
 span { border-color: #65f1ca; }

 span { border-color: rgb(101,241,202); }

 td.TdClassName
 {
   border-color: #65f1ca;
 }
 .TagClassName
 {
   border-color: #65f1ca;
 }
</style>