#CCE8B5

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

Shades of Tea Green #CCE8B5

Tints of Tea Green #CCE8B5

Color information

#CCE8B5 (or 0xCCE8B5) is unknown color: approx Tea Green. HEX triplet: CC, E8 and B5. RGB value is (204,232,181). Sum of RGB (Red+Green+Blue) = 204+232+181=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 232 (91.02% from 255 or 37.60% from 617); Blue value is 181 (71.09% from 255 or 29.34% from 617); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE8B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE8B5 is #33174A. Grayscale: #D9D9D9. Windows color (decimal): -3348299 or 11921612. OLE color: 11921612.

HSL color Cylindrical-coordinate representation of color #CCE8B5: hue angle of 92.94º degrees, saturation: 0.53, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCE8B5 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB204232181-
CMYK0.1200.220.09
HSL92.94º52.58%80.98%-
HSV(B)92.94º21.98%90.98%-
XYZ62.173.8954.7-
YUV217.81107.22118.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.06%
GREEN value IS 232 (91.02% from 255) = 37.60%
BLUE value IS 181 (71.09% from 255) = 29.34%
R=33.06%
G=37.60%
B=29.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2042321810.1200.220.0992.9452.5880.98
HexCCE8B5C01695d3551
Octal314350265140261113565121
Binary1100110011101000101101011100010110100110111011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE8B5; }

 p { color: rgb(204,232,181); }

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

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

 a { background-color: rgb(204,232,181); }

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

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

 span { border-color: rgb(204,232,181); }

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