#CCEEA0

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

Shades of Reef #CCEEA0

Tints of Reef #CCEEA0

Color information

#CCEEA0 (or 0xCCEEA0) is unknown color: approx Reef. HEX triplet: CC, EE and A0. RGB value is (204,238,160). Sum of RGB (Red+Green+Blue) = 204+238+160=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 238 (93.36% from 255 or 39.53% from 602); Blue value is 160 (62.89% from 255 or 26.58% from 602); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEEA0 is #33115F. Grayscale: #DBDBDB. Windows color (decimal): -3346784 or 10546892. OLE color: 10546892.

HSL color Cylindrical-coordinate representation of color #CCEEA0: hue angle of 86.15º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCEEA0 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB204238160-
CMYK0.1400.330.07
HSL86.15º69.64%78.04%-
HSV(B)86.15º32.77%93.33%-
XYZ61.8276.5244.77-
YUV218.9494.74117.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.89%
GREEN value IS 238 (93.36% from 255) = 39.53%
BLUE value IS 160 (62.89% from 255) = 26.58%
R=33.89%
G=39.53%
B=26.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042381600.1400.330.0786.1569.6478.04
HexCCEEA0E021756464e
Octal314356240160417126106116
Binary11001100111011101010000011100100001111101011010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEEA0; }

 p { color: rgb(204,238,160); }

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

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

 a { background-color: rgb(204,238,160); }

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

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

 span { border-color: rgb(204,238,160); }

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