#CCEAA3

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

Shades of Reef #CCEAA3

Tints of Reef #CCEAA3

Color information

#CCEAA3 (or 0xCCEAA3) is unknown color: approx Reef. HEX triplet: CC, EA and A3. RGB value is (204,234,163). Sum of RGB (Red+Green+Blue) = 204+234+163=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 234 (91.80% from 255 or 38.94% from 601); Blue value is 163 (64.06% from 255 or 27.12% from 601); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEAA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEAA3 is #33155C. Grayscale: #D9D9D9. Windows color (decimal): -3347805 or 10742476. OLE color: 10742476.

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

Color convert

RGB204234163-
CMYK0.1300.300.08
HSL85.35º62.83%77.84%-
HSV(B)85.35º30.34%91.76%-
XYZ60.9474.3345.79-
YUV216.9497.56118.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.94%
GREEN value IS 234 (91.80% from 255) = 38.94%
BLUE value IS 163 (64.06% from 255) = 27.12%
R=33.94%
G=38.94%
B=27.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042341630.1300.300.0885.3562.8377.84
HexCCEAA3D01E8553f4e
Octal314352243150361012577116
Binary1100110011101010101000111101011110100010101011111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEAA3; }

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

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

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

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

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

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

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

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