#65F5CB

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

Shades of Aquamarine #65F5CB

Tints of Aquamarine #65F5CB

Color information

#65F5CB (or 0x65F5CB) is unknown color: approx Aquamarine. HEX triplet: 65, F5 and CB. RGB value is (101,245,203). Sum of RGB (Red+Green+Blue) = 101+245+203=549 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.40% from 549); Green value is 245 (96.09% from 255 or 44.63% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 245 - color contains mainly: green. Hex color #65F5CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65F5CB is #9A0A34. Grayscale: #C5C5C5. Windows color (decimal): -10095157 or 13366629. OLE color: 13366629.

HSL color Cylindrical-coordinate representation of color #65F5CB: hue angle of 162.5º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65F5CB is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB101245203-
CMYK0.5900.170.04
HSL162.5º87.8%67.84%-
HSV(B)162.5º58.78%96.08%-
XYZ48.872.3867.9-
YUV197.16131.2959.42-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.40%
GREEN value IS 245 (96.09% from 255) = 44.63%
BLUE value IS 203 (79.69% from 255) = 36.98%
R=18.40%
G=44.63%
B=36.98%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1012452030.5900.170.04162.587.867.84
Hex65F5CB3B0114a25844
Octal145365313730214242130104
Binary110010111110101110010111110110100011001010001010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65F5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,245,203); }

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

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

 a { background-color: rgb(101,245,203); }

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

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

 span { border-color: rgb(101,245,203); }

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