#CEEFAF

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

Shades of Reef #CEEFAF

Tints of Reef #CEEFAF

Color information

#CEEFAF (or 0xCEEFAF) is unknown color: approx Reef. HEX triplet: CE, EF and AF. RGB value is (206,239,175). Sum of RGB (Red+Green+Blue) = 206+239+175=620 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.23% from 620); Green value is 239 (93.75% from 255 or 38.55% from 620); Blue value is 175 (68.75% from 255 or 28.23% from 620); Max value from RGB is 239 - color contains mainly: green. Hex color #CEEFAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEFAF is #311050. Grayscale: #DEDEDE. Windows color (decimal): -3215441 or 11530190. OLE color: 11530190.

HSL color Cylindrical-coordinate representation of color #CEEFAF: hue angle of 90.94º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CEEFAF is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB206239175-
CMYK0.1400.270.06
HSL90.94º66.67%81.18%-
HSV(B)90.94º26.78%93.73%-
XYZ64.0677.9552.23-
YUV221.84101.57116.7-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.23%
GREEN value IS 239 (93.75% from 255) = 38.55%
BLUE value IS 175 (68.75% from 255) = 28.23%
R=33.23%
G=38.55%
B=28.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2062391750.1400.270.0690.9466.6781.18
HexCEEFAFE01B65b4351
Octal316357257160336133103121
Binary1100111011101111101011111110011011110101101110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEFAF; }

 p { color: rgb(206,239,175); }

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

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

 a { background-color: rgb(206,239,175); }

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

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

 span { border-color: rgb(206,239,175); }

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