#CEF1AC

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

Shades of Reef #CEF1AC

Tints of Reef #CEF1AC

Color information

#CEF1AC (or 0xCEF1AC) is unknown color: approx Reef. HEX triplet: CE, F1 and AC. RGB value is (206,241,172). Sum of RGB (Red+Green+Blue) = 206+241+172=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 241 (94.53% from 255 or 38.93% from 619); Blue value is 172 (67.58% from 255 or 27.79% from 619); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF1AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF1AC is #310E53. Grayscale: #DEDEDE. Windows color (decimal): -3214932 or 11334094. OLE color: 11334094.

HSL color Cylindrical-coordinate representation of color #CEF1AC: hue angle of 90.43º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CEF1AC is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB206241172-
CMYK0.1500.290.05
HSL90.43º71.13%80.98%-
HSV(B)90.43º28.63%94.51%-
XYZ64.3679.0150.89-
YUV222.6799.4116.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.28%
GREEN value IS 241 (94.53% from 255) = 38.93%
BLUE value IS 172 (67.58% from 255) = 27.79%
R=33.28%
G=38.93%
B=27.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062411720.1500.290.0590.4371.1380.98
HexCEF1ACF01D55a4751
Octal316361254170355132107121
Binary1100111011110001101011001111011101101101101010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF1AC; }

 p { color: rgb(206,241,172); }

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

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

 a { background-color: rgb(206,241,172); }

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

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

 span { border-color: rgb(206,241,172); }

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