#CCE09A

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

Shades of Reef #CCE09A

Tints of Reef #CCE09A

Color information

#CCE09A (or 0xCCE09A) is unknown color: approx Reef. HEX triplet: CC, E0 and 9A. RGB value is (204,224,154). Sum of RGB (Red+Green+Blue) = 204+224+154=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 224 (87.89% from 255 or 38.49% from 582); Blue value is 154 (60.55% from 255 or 26.46% from 582); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE09A is #331F65. Grayscale: #D2D2D2. Windows color (decimal): -3350374 or 10150092. OLE color: 10150092.

HSL color Cylindrical-coordinate representation of color #CCE09A: hue angle of 77.14º 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 #CCE09A is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB204224154-
CMYK0.0900.310.12
HSL77.14º53.03%74.12%-
HSV(B)77.14º31.25%87.84%-
XYZ57.3968.4840.77-
YUV210.0496.37123.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.05%
GREEN value IS 224 (87.89% from 255) = 38.49%
BLUE value IS 154 (60.55% from 255) = 26.46%
R=35.05%
G=38.49%
B=26.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2042241540.0900.310.1277.1453.0374.12
HexCCE09A901FC4d354a
Octal314340232110371411565112
Binary1100110011100000100110101001011111110010011011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE09A; }

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

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

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

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

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

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

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

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