#CCE3A0

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

Shades of Reef #CCE3A0

Tints of Reef #CCE3A0

Color information

#CCE3A0 (or 0xCCE3A0) is unknown color: approx Reef. HEX triplet: CC, E3 and A0. RGB value is (204,227,160). Sum of RGB (Red+Green+Blue) = 204+227+160=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 227 (89.06% from 255 or 38.41% from 591); Blue value is 160 (62.89% from 255 or 27.07% from 591); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE3A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE3A0 is #331C5F. Grayscale: #D4D4D4. Windows color (decimal): -3349600 or 10544076. OLE color: 10544076.

HSL color Cylindrical-coordinate representation of color #CCE3A0: hue angle of 80.6º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCE3A0 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB204227160-
CMYK0.1000.300.11
HSL80.6º54.47%75.88%-
HSV(B)80.6º29.52%89.02%-
XYZ58.7270.3143.73-
YUV212.4898.38121.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.52%
GREEN value IS 227 (89.06% from 255) = 38.41%
BLUE value IS 160 (62.89% from 255) = 27.07%
R=34.52%
G=38.41%
B=27.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2042271600.1000.300.1180.654.4775.88
HexCCE3A0A01EB51364c
Octal314343240120361312166114
Binary1100110011100011101000001010011110101110100011101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE3A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE3A0; }

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

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

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

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

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

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

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

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