#CCEB9A

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

Shades of Reef #CCEB9A

Tints of Reef #CCEB9A

Color information

#CCEB9A (or 0xCCEB9A) is unknown color: approx Reef. HEX triplet: CC, EB and 9A. RGB value is (204,235,154). Sum of RGB (Red+Green+Blue) = 204+235+154=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 235 (92.19% from 255 or 39.63% from 593); Blue value is 154 (60.55% from 255 or 25.97% from 593); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEB9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEB9A is #331465. Grayscale: #D8D8D8. Windows color (decimal): -3347558 or 10152908. OLE color: 10152908.

HSL color Cylindrical-coordinate representation of color #CCEB9A: hue angle of 82.96º degrees, saturation: 0.67, 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 #CCEB9A is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB204235154-
CMYK0.1300.340.08
HSL82.96º66.94%76.27%-
HSV(B)82.96º34.47%92.16%-
XYZ60.4474.5941.78-
YUV216.592.73119.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.40%
GREEN value IS 235 (92.19% from 255) = 39.63%
BLUE value IS 154 (60.55% from 255) = 25.97%
R=34.40%
G=39.63%
B=25.97%

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
Decimal2042351540.1300.340.0882.9666.9476.27
HexCCEB9AD022853434c
Octal3143532321504210123103114
Binary110011001110101110011010110101000101000101001110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEB9A; }

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

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

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

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

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

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

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

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