#65F0C9

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

Shades of Aquamarine #65F0C9

Tints of Aquamarine #65F0C9

Color information

#65F0C9 (or 0x65F0C9) is unknown color: approx Aquamarine. HEX triplet: 65, F0 and C9. RGB value is (101,240,201). Sum of RGB (Red+Green+Blue) = 101+240+201=542 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.63% from 542); Green value is 240 (94.14% from 255 or 44.28% from 542); Blue value is 201 (78.91% from 255 or 37.08% from 542); Max value from RGB is 240 - color contains mainly: green. Hex color #65F0C9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65F0C9 is #9A0F36. Grayscale: #C2C2C2. Windows color (decimal): -10096439 or 13234277. OLE color: 13234277.

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

Color convert

RGB101240201-
CMYK0.5800.160.06
HSL163.17º82.25%66.86%-
HSV(B)163.17º57.92%94.12%-
XYZ47.0769.366.15-
YUV193.99131.9561.67-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.63%
GREEN value IS 240 (94.14% from 255) = 44.28%
BLUE value IS 201 (78.91% from 255) = 37.08%
R=18.63%
G=44.28%
B=37.08%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1012402010.5800.160.06163.1782.2566.86
Hex65F0C93A0106a35243
Octal145360311720206243122103
Binary110010111110000110010011110100100001101010001110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65F0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,240,201); }

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

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

 a { background-color: rgb(101,240,201); }

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

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

 span { border-color: rgb(101,240,201); }

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