#CCEBC5

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

Shades of Tea Green #CCEBC5

Tints of Tea Green #CCEBC5

Color information

#CCEBC5 (or 0xCCEBC5) is unknown color: approx Tea Green. HEX triplet: CC, EB and C5. RGB value is (204,235,197). Sum of RGB (Red+Green+Blue) = 204+235+197=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 235 (92.19% from 255 or 36.95% from 636); Blue value is 197 (77.34% from 255 or 30.97% from 636); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEBC5 is #33143A. Grayscale: #DDDDDD. Windows color (decimal): -3347515 or 12970956. OLE color: 12970956.

HSL color Cylindrical-coordinate representation of color #CCEBC5: hue angle of 108.95º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCEBC5 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB204235197-
CMYK0.1300.160.08
HSL108.95º48.72%84.71%-
HSV(B)108.95º16.17%92.16%-
XYZ64.6976.2964.14-
YUV221.4114.23115.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.08%
GREEN value IS 235 (92.19% from 255) = 36.95%
BLUE value IS 197 (77.34% from 255) = 30.97%
R=32.08%
G=36.95%
B=30.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042351970.1300.160.08108.9548.7284.71
HexCCEBC5D01086d3155
Octal314353305150201015561125
Binary1100110011101011110001011101010000100011011011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEBC5; }

 p { color: rgb(204,235,197); }

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

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

 a { background-color: rgb(204,235,197); }

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

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

 span { border-color: rgb(204,235,197); }

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