#CCECBF

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

Shades of Tea Green #CCECBF

Tints of Tea Green #CCECBF

Color information

#CCECBF (or 0xCCECBF) is unknown color: approx Tea Green. HEX triplet: CC, EC and BF. RGB value is (204,236,191). Sum of RGB (Red+Green+Blue) = 204+236+191=631 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.33% from 631); Green value is 236 (92.58% from 255 or 37.40% from 631); Blue value is 191 (75% from 255 or 30.27% from 631); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCECBF is #331340. Grayscale: #DDDDDD. Windows color (decimal): -3347265 or 12577996. OLE color: 12577996.

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

Color convert

RGB204236191-
CMYK0.1400.190.07
HSL102.67º54.22%83.73%-
HSV(B)102.67º19.07%92.55%-
XYZ64.376.5960.68-
YUV221.3110.9115.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.33%
GREEN value IS 236 (92.58% from 255) = 37.40%
BLUE value IS 191 (75% from 255) = 30.27%
R=32.33%
G=37.40%
B=30.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042361910.1400.190.07102.6754.2283.73
HexCCECBFE0137673654
Octal31435427716023714766124
Binary110011001110110010111111111001001111111001111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCECBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCECBF; }

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

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

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

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

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

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

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

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