#CFEEAF

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

Shades of Reef #CFEEAF

Tints of Reef #CFEEAF

Color information

#CFEEAF (or 0xCFEEAF) is unknown color: approx Reef. HEX triplet: CF, EE and AF. RGB value is (207,238,175). Sum of RGB (Red+Green+Blue) = 207+238+175=620 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.39% from 620); Green value is 238 (93.36% from 255 or 38.39% from 620); Blue value is 175 (68.75% from 255 or 28.23% from 620); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEEAF is #301150. Grayscale: #DDDDDD. Windows color (decimal): -3150161 or 11529935. OLE color: 11529935.

HSL color Cylindrical-coordinate representation of color #CFEEAF: hue angle of 89.52º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFEEAF is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB207238175-
CMYK0.1300.260.07
HSL89.52º64.95%80.98%-
HSV(B)89.52º26.47%93.33%-
XYZ64.0477.5152.14-
YUV221.55101.73117.62-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.39%
GREEN value IS 238 (93.36% from 255) = 38.39%
BLUE value IS 175 (68.75% from 255) = 28.23%
R=33.39%
G=38.39%
B=28.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072381750.1300.260.0789.5264.9580.98
HexCFEEAFD01A75a4151
Octal317356257150327132101121
Binary1100111111101110101011111101011010111101101010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEEAF; }

 p { color: rgb(207,238,175); }

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

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

 a { background-color: rgb(207,238,175); }

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

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

 span { border-color: rgb(207,238,175); }

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