#CCEAA1

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

Shades of Reef #CCEAA1

Tints of Reef #CCEAA1

Color information

#CCEAA1 (or 0xCCEAA1) is unknown color: approx Reef. HEX triplet: CC, EA and A1. RGB value is (204,234,161). Sum of RGB (Red+Green+Blue) = 204+234+161=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 234 (91.80% from 255 or 39.07% from 599); Blue value is 161 (63.28% from 255 or 26.88% from 599); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEAA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEAA1 is #33155E. Grayscale: #D8D8D8. Windows color (decimal): -3347807 or 10611404. OLE color: 10611404.

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

Color convert

RGB204234161-
CMYK0.1300.310.08
HSL84.66º63.48%77.45%-
HSV(B)84.66º31.2%91.76%-
XYZ60.7674.2644.85-
YUV216.7196.56118.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.06%
GREEN value IS 234 (91.80% from 255) = 39.07%
BLUE value IS 161 (63.28% from 255) = 26.88%
R=34.06%
G=39.07%
B=26.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042341610.1300.310.0884.6663.4877.45
HexCCEAA1D01F8553f4d
Octal314352241150371012577115
Binary1100110011101010101000011101011111100010101011111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEAA1; }

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

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

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

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

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

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

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

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