#CCECBA

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

Shades of Tea Green #CCECBA

Tints of Tea Green #CCECBA

Color information

#CCECBA (or 0xCCECBA) is unknown color: approx Tea Green. HEX triplet: CC, EC and BA. RGB value is (204,236,186). Sum of RGB (Red+Green+Blue) = 204+236+186=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 236 (92.58% from 255 or 37.70% from 626); Blue value is 186 (73.05% from 255 or 29.71% from 626); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCECBA is #331345. Grayscale: #DCDCDC. Windows color (decimal): -3347270 or 12250316. OLE color: 12250316.

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

Color convert

RGB204236186-
CMYK0.1400.210.07
HSL98.4º56.82%82.75%-
HSV(B)98.4º21.19%92.55%-
XYZ63.7676.3757.84-
YUV220.73108.4116.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.59%
GREEN value IS 236 (92.58% from 255) = 37.70%
BLUE value IS 186 (73.05% from 255) = 29.71%
R=32.59%
G=37.70%
B=29.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042361860.1400.210.0798.456.8282.75
HexCCECBAE0157623953
Octal31435427216025714271123
Binary110011001110110010111010111001010111111000101110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCECBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCECBA; }

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

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

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

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

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

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

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

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