#CCEA9B

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

Shades of Reef #CCEA9B

Tints of Reef #CCEA9B

Color information

#CCEA9B (or 0xCCEA9B) is unknown color: approx Reef. HEX triplet: CC, EA and 9B. RGB value is (204,234,155). Sum of RGB (Red+Green+Blue) = 204+234+155=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 234 (91.80% from 255 or 39.46% from 593); Blue value is 155 (60.94% from 255 or 26.14% from 593); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEA9B is #331564. Grayscale: #D8D8D8. Windows color (decimal): -3347813 or 10218188. OLE color: 10218188.

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

Color convert

RGB204234155-
CMYK0.1300.340.08
HSL82.78º65.29%76.27%-
HSV(B)82.78º33.76%91.76%-
XYZ60.2474.0542.13-
YUV216.0293.56119.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.40%
GREEN value IS 234 (91.80% from 255) = 39.46%
BLUE value IS 155 (60.94% from 255) = 26.14%
R=34.40%
G=39.46%
B=26.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042341550.1300.340.0882.7865.2976.27
HexCCEA9BD022853414c
Octal3143522331504210123101114
Binary110011001110101010011011110101000101000101001110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEA9B; }

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

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

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

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

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

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

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

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