#CCE2BC

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

Shades of Tea Green #CCE2BC

Tints of Tea Green #CCE2BC

Color information

#CCE2BC (or 0xCCE2BC) is unknown color: approx Tea Green. HEX triplet: CC, E2 and BC. RGB value is (204,226,188). Sum of RGB (Red+Green+Blue) = 204+226+188=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 226 (88.67% from 255 or 36.57% from 618); Blue value is 188 (73.83% from 255 or 30.42% from 618); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE2BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE2BC is #331D43. Grayscale: #D7D7D7. Windows color (decimal): -3349828 or 12378828. OLE color: 12378828.

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

Color convert

RGB204226188-
CMYK0.1000.170.11
HSL94.74º39.58%81.18%-
HSV(B)94.74º16.81%88.63%-
XYZ61.1870.8658.03-
YUV215.09112.71120.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.01%
GREEN value IS 226 (88.67% from 255) = 36.57%
BLUE value IS 188 (73.83% from 255) = 30.42%
R=33.01%
G=36.57%
B=30.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2042261880.1000.170.1194.7439.5881.18
HexCCE2BCA011B5f2851
Octal314342274120211313750121
Binary1100110011100010101111001010010001101110111111010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE2BC; }

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

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

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

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

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

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

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

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