#CEE09A

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

Shades of Reef #CEE09A

Tints of Reef #CEE09A

Color information

#CEE09A (or 0xCEE09A) is unknown color: approx Reef. HEX triplet: CE, E0 and 9A. RGB value is (206,224,154). Sum of RGB (Red+Green+Blue) = 206+224+154=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 224 (87.89% from 255 or 38.36% from 584); Blue value is 154 (60.55% from 255 or 26.37% from 584); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE09A is #311F65. Grayscale: #D2D2D2. Windows color (decimal): -3219302 or 10150094. OLE color: 10150094.

HSL color Cylindrical-coordinate representation of color #CEE09A: hue angle of 75.43º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CEE09A is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB206224154-
CMYK0.0800.310.12
HSL75.43º53.03%74.12%-
HSV(B)75.43º31.25%87.84%-
XYZ57.9468.7740.79-
YUV210.6496.04124.69-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.27%
GREEN value IS 224 (87.89% from 255) = 38.36%
BLUE value IS 154 (60.55% from 255) = 26.37%
R=35.27%
G=38.36%
B=26.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2062241540.0800.310.1275.4353.0374.12
HexCEE09A801FC4b354a
Octal316340232100371411365112
Binary1100111011100000100110101000011111110010010111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE09A; }

 p { color: rgb(206,224,154); }

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

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

 a { background-color: rgb(206,224,154); }

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

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

 span { border-color: rgb(206,224,154); }

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