#CCECC4

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

Shades of Tea Green #CCECC4

Tints of Tea Green #CCECC4

Color information

#CCECC4 (or 0xCCECC4) is unknown color: approx Tea Green. HEX triplet: CC, EC and C4. RGB value is (204,236,196). Sum of RGB (Red+Green+Blue) = 204+236+196=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 236 (92.58% from 255 or 37.11% from 636); Blue value is 196 (76.95% from 255 or 30.82% from 636); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCECC4 is #33133B. Grayscale: #DDDDDD. Windows color (decimal): -3347260 or 12905676. OLE color: 12905676.

HSL color Cylindrical-coordinate representation of color #CCECC4: hue angle of 108º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCECC4 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB204236196-
CMYK0.1400.170.07
HSL108º51.28%84.71%-
HSV(B)108º16.95%92.55%-
XYZ64.8676.8163.63-
YUV221.87113.4115.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.08%
GREEN value IS 236 (92.58% from 255) = 37.11%
BLUE value IS 196 (76.95% from 255) = 30.82%
R=32.08%
G=37.11%
B=30.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042361960.1400.170.0710851.2884.71
HexCCECC4E01176c3355
Octal31435430416021715463125
Binary110011001110110011000100111001000111111011001100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCECC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCECC4; }

 p { color: rgb(204,236,196); }

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

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

 a { background-color: rgb(204,236,196); }

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

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

 span { border-color: rgb(204,236,196); }

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