#CCE2BD

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

Shades of Tea Green #CCE2BD

Tints of Tea Green #CCE2BD

Color information

#CCE2BD (or 0xCCE2BD) is unknown color: approx Tea Green. HEX triplet: CC, E2 and BD. RGB value is (204,226,189). Sum of RGB (Red+Green+Blue) = 204+226+189=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 226 (88.67% from 255 or 36.51% from 619); Blue value is 189 (74.22% from 255 or 30.53% from 619); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE2BD is #331D42. Grayscale: #D7D7D7. Windows color (decimal): -3349827 or 12444364. OLE color: 12444364.

HSL color Cylindrical-coordinate representation of color #CCE2BD: hue angle of 95.68º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCE2BD is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB204226189-
CMYK0.1000.160.11
HSL95.68º38.95%81.37%-
HSV(B)95.68º16.37%88.63%-
XYZ61.2870.958.6-
YUV215.2113.21120.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.96%
GREEN value IS 226 (88.67% from 255) = 36.51%
BLUE value IS 189 (74.22% from 255) = 30.53%
R=32.96%
G=36.51%
B=30.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2042261890.1000.160.1195.6838.9581.37
HexCCE2BDA010B602751
Octal314342275120201314047121
Binary1100110011100010101111011010010000101111000001001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE2BD; }

 p { color: rgb(204,226,189); }

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

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

 a { background-color: rgb(204,226,189); }

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

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

 span { border-color: rgb(204,226,189); }

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