#CEF0AF

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

Shades of Reef #CEF0AF

Tints of Reef #CEF0AF

Color information

#CEF0AF (or 0xCEF0AF) is unknown color: approx Reef. HEX triplet: CE, F0 and AF. RGB value is (206,240,175). Sum of RGB (Red+Green+Blue) = 206+240+175=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 240 (94.14% from 255 or 38.65% from 621); Blue value is 175 (68.75% from 255 or 28.18% from 621); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF0AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF0AF is #310F50. Grayscale: #DEDEDE. Windows color (decimal): -3215185 or 11530446. OLE color: 11530446.

HSL color Cylindrical-coordinate representation of color #CEF0AF: hue angle of 91.38º degrees, saturation: 0.68, 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 #CEF0AF is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB206240175-
CMYK0.1400.270.06
HSL91.38º68.42%81.37%-
HSV(B)91.38º27.08%94.12%-
XYZ64.3578.5452.32-
YUV222.42101.24116.29-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.17%
GREEN value IS 240 (94.14% from 255) = 38.65%
BLUE value IS 175 (68.75% from 255) = 28.18%
R=33.17%
G=38.65%
B=28.18%

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
Decimal2062401750.1400.270.0691.3868.4281.37
HexCEF0AFE01B65b4451
Octal316360257160336133104121
Binary1100111011110000101011111110011011110101101110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF0AF; }

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

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

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

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

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

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

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

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