#CCE4C1

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

Shades of Tea Green #CCE4C1

Tints of Tea Green #CCE4C1

Color information

#CCE4C1 (or 0xCCE4C1) is unknown color: approx Tea Green. HEX triplet: CC, E4 and C1. RGB value is (204,228,193). Sum of RGB (Red+Green+Blue) = 204+228+193=625 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.64% from 625); Green value is 228 (89.45% from 255 or 36.48% from 625); Blue value is 193 (75.78% from 255 or 30.88% from 625); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE4C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE4C1 is #331B3E. Grayscale: #D8D8D8. Windows color (decimal): -3349311 or 12707020. OLE color: 12707020.

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

Color convert

RGB204228193-
CMYK0.1100.150.11
HSL101.14º39.33%82.55%-
HSV(B)101.14º15.35%89.41%-
XYZ62.2772.1761.1-
YUV216.83114.55118.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.64%
GREEN value IS 228 (89.45% from 255) = 36.48%
BLUE value IS 193 (75.78% from 255) = 30.88%
R=32.64%
G=36.48%
B=30.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2042281930.1100.150.11101.1439.3382.55
HexCCE4C1B0FB652753
Octal314344301130171314547123
Binary110011001110010011000001101101111101111001011001111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE4C1; }

 p { color: rgb(204,228,193); }

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

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

 a { background-color: rgb(204,228,193); }

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

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

 span { border-color: rgb(204,228,193); }

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