#65F5CF

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

Shades of Aquamarine #65F5CF

Tints of Aquamarine #65F5CF

Color information

#65F5CF (or 0x65F5CF) is unknown color: approx Aquamarine. HEX triplet: 65, F5 and CF. RGB value is (101,245,207). Sum of RGB (Red+Green+Blue) = 101+245+207=553 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.26% from 553); Green value is 245 (96.09% from 255 or 44.30% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 245 - color contains mainly: green. Hex color #65F5CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65F5CF is #9A0A30. Grayscale: #C5C5C5. Windows color (decimal): -10095153 or 13628773. OLE color: 13628773.

HSL color Cylindrical-coordinate representation of color #65F5CF: hue angle of 164.17º 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 #65F5CF is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB101245207-
CMYK0.5900.160.04
HSL164.17º87.8%67.84%-
HSV(B)164.17º58.78%96.08%-
XYZ49.2872.5870.44-
YUV197.61133.2959.09-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.26%
GREEN value IS 245 (96.09% from 255) = 44.30%
BLUE value IS 207 (81.25% from 255) = 37.43%
R=18.26%
G=44.30%
B=37.43%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1012452070.5900.160.04164.1787.867.84
Hex65F5CF3B0104a45844
Octal145365317730204244130104
Binary110010111110101110011111110110100001001010010010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65F5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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