#CCE1BC

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

Shades of Tea Green #CCE1BC

Tints of Tea Green #CCE1BC

Color information

#CCE1BC (or 0xCCE1BC) is unknown color: approx Tea Green. HEX triplet: CC, E1 and BC. RGB value is (204,225,188). Sum of RGB (Red+Green+Blue) = 204+225+188=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 225 (88.28% from 255 or 36.47% from 617); Blue value is 188 (73.83% from 255 or 30.47% from 617); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE1BC is #331E43. Grayscale: #D6D6D6. Windows color (decimal): -3350084 or 12378572. OLE color: 12378572.

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

Color convert

RGB204225188-
CMYK0.0900.160.12
HSL94.05º38.14%80.98%-
HSV(B)94.05º16.44%88.24%-
XYZ60.970.3257.94-
YUV214.5113.04120.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.06%
GREEN value IS 225 (88.28% from 255) = 36.47%
BLUE value IS 188 (73.83% from 255) = 30.47%
R=33.06%
G=36.47%
B=30.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2042251880.0900.160.1294.0538.1480.98
HexCCE1BC9010C5e2651
Octal314341274110201413646121
Binary1100110011100001101111001001010000110010111101001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE1BC; }

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

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

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

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

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

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

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

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