#CCEA8C

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

Shades of Sulu #CCEA8C

Tints of Sulu #CCEA8C

Color information

#CCEA8C (or 0xCCEA8C) is unknown color: approx Sulu. HEX triplet: CC, EA and 8C. RGB value is (204,234,140). Sum of RGB (Red+Green+Blue) = 204+234+140=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 234 (91.80% from 255 or 40.48% from 578); Blue value is 140 (55.08% from 255 or 24.22% from 578); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEA8C is #331573. Grayscale: #D6D6D6. Windows color (decimal): -3347828 or 9235148. OLE color: 9235148.

HSL color Cylindrical-coordinate representation of color #CCEA8C: hue angle of 79.15º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCEA8C is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB204234140-
CMYK0.1300.400.08
HSL79.15º69.12%73.33%-
HSV(B)79.15º40.17%91.76%-
XYZ59.0673.5835.9-
YUV214.3186.06120.64-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.29%
GREEN value IS 234 (91.80% from 255) = 40.48%
BLUE value IS 140 (55.08% from 255) = 24.22%
R=35.29%
G=40.48%
B=24.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042341400.1300.400.0879.1569.1273.33
HexCCEA8CD02884f4549
Octal3143522141505010117105111
Binary110011001110101010001100110101010001000100111110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEA8C; }

 p { color: rgb(204,234,140); }

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

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

 a { background-color: rgb(204,234,140); }

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

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

 span { border-color: rgb(204,234,140); }

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