#CCEAA5

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

Shades of Reef #CCEAA5

Tints of Reef #CCEAA5

Color information

#CCEAA5 (or 0xCCEAA5) is unknown color: approx Reef. HEX triplet: CC, EA and A5. RGB value is (204,234,165). Sum of RGB (Red+Green+Blue) = 204+234+165=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 234 (91.80% from 255 or 38.81% from 603); Blue value is 165 (64.84% from 255 or 27.36% from 603); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEAA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEAA5 is #33155A. Grayscale: #D9D9D9. Windows color (decimal): -3347803 or 10873548. OLE color: 10873548.

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

Color convert

RGB204234165-
CMYK0.1300.290.08
HSL86.09º62.16%78.24%-
HSV(B)86.09º29.49%91.76%-
XYZ61.1274.446.74-
YUV217.1698.56118.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.83%
GREEN value IS 234 (91.80% from 255) = 38.81%
BLUE value IS 165 (64.84% from 255) = 27.36%
R=33.83%
G=38.81%
B=27.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042341650.1300.290.0886.0962.1678.24
HexCCEAA5D01D8563e4e
Octal314352245150351012676116
Binary1100110011101010101001011101011101100010101101111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEAA5; }

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

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

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

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

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

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

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

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