#CCECC1

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

Shades of Tea Green #CCECC1

Tints of Tea Green #CCECC1

Color information

#CCECC1 (or 0xCCECC1) is unknown color: approx Tea Green. HEX triplet: CC, EC and C1. RGB value is (204,236,193). Sum of RGB (Red+Green+Blue) = 204+236+193=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 236 (92.58% from 255 or 37.28% from 633); Blue value is 193 (75.78% from 255 or 30.49% from 633); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCECC1 is #33133E. Grayscale: #DDDDDD. Windows color (decimal): -3347263 or 12709068. OLE color: 12709068.

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

Color convert

RGB204236193-
CMYK0.1400.180.07
HSL104.65º53.09%84.12%-
HSV(B)104.65º18.22%92.55%-
XYZ64.5276.6861.85-
YUV221.53111.9115.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.23%
GREEN value IS 236 (92.58% from 255) = 37.28%
BLUE value IS 193 (75.78% from 255) = 30.49%
R=32.23%
G=37.28%
B=30.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042361930.1400.180.07104.6553.0984.12
HexCCECC1E0127693554
Octal31435430116022715165124
Binary110011001110110011000001111001001011111010011101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCECC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCECC1; }

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

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

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

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

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

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

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

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