#CEF3AB

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

Shades of Reef #CEF3AB

Tints of Reef #CEF3AB

Color information

#CEF3AB (or 0xCEF3AB) is unknown color: approx Reef. HEX triplet: CE, F3 and AB. RGB value is (206,243,171). Sum of RGB (Red+Green+Blue) = 206+243+171=620 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.23% from 620); Green value is 243 (95.31% from 255 or 39.19% from 620); Blue value is 171 (67.19% from 255 or 27.58% from 620); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF3AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF3AB is #310C54. Grayscale: #DFDFDF. Windows color (decimal): -3214421 or 11269070. OLE color: 11269070.

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

Color convert

RGB206243171-
CMYK0.1500.300.05
HSL90.83º75%81.18%-
HSV(B)90.83º29.63%95.29%-
XYZ64.8580.1650.58-
YUV223.7398.24115.35-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.23%
GREEN value IS 243 (95.31% from 255) = 39.19%
BLUE value IS 171 (67.19% from 255) = 27.58%
R=33.23%
G=39.19%
B=27.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062431710.1500.300.0590.837581.18
HexCEF3ABF01E55b4b51
Octal316363253170365133113121
Binary1100111011110011101010111111011110101101101110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF3AB; }

 p { color: rgb(206,243,171); }

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

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

 a { background-color: rgb(206,243,171); }

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

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

 span { border-color: rgb(206,243,171); }

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