#CCECC2

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

Shades of Tea Green #CCECC2

Tints of Tea Green #CCECC2

Color information

#CCECC2 (or 0xCCECC2) is unknown color: approx Tea Green. HEX triplet: CC, EC and C2. RGB value is (204,236,194). Sum of RGB (Red+Green+Blue) = 204+236+194=634 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.18% from 634); Green value is 236 (92.58% from 255 or 37.22% from 634); Blue value is 194 (76.17% from 255 or 30.60% from 634); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCECC2 is #33133D. Grayscale: #DDDDDD. Windows color (decimal): -3347262 or 12774604. OLE color: 12774604.

HSL color Cylindrical-coordinate representation of color #CCECC2: hue angle of 105.71º 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 #CCECC2 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB204236194-
CMYK0.1400.180.07
HSL105.71º52.5%84.31%-
HSV(B)105.71º17.8%92.55%-
XYZ64.6376.7262.44-
YUV221.64112.4115.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.18%
GREEN value IS 236 (92.58% from 255) = 37.22%
BLUE value IS 194 (76.17% from 255) = 30.60%
R=32.18%
G=37.22%
B=30.60%

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
Decimal2042361940.1400.180.07105.7152.584.31
HexCCECC2E01276a3554
Octal31435430216022715265124
Binary110011001110110011000010111001001011111010101101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCECC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCECC2; }

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

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

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

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

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

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

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

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