#CCEA9D

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

Shades of Reef #CCEA9D

Tints of Reef #CCEA9D

Color information

#CCEA9D (or 0xCCEA9D) is unknown color: approx Reef. HEX triplet: CC, EA and 9D. RGB value is (204,234,157). Sum of RGB (Red+Green+Blue) = 204+234+157=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 234 (91.80% from 255 or 39.33% from 595); Blue value is 157 (61.72% from 255 or 26.39% from 595); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEA9D is #331562. Grayscale: #D8D8D8. Windows color (decimal): -3347811 or 10349260. OLE color: 10349260.

HSL color Cylindrical-coordinate representation of color #CCEA9D: hue angle of 83.38º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCEA9D is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB204234157-
CMYK0.1300.330.08
HSL83.38º64.71%76.67%-
HSV(B)83.38º32.91%91.76%-
XYZ60.4174.1243.02-
YUV216.2594.56119.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.29%
GREEN value IS 234 (91.80% from 255) = 39.33%
BLUE value IS 157 (61.72% from 255) = 26.39%
R=34.29%
G=39.33%
B=26.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042341570.1300.330.0883.3864.7176.67
HexCCEA9DD021853414d
Octal3143522351504110123101115
Binary110011001110101010011101110101000011000101001110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEA9D; }

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

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

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

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

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

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

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

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