#CCEABC

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

Shades of Tea Green #CCEABC

Tints of Tea Green #CCEABC

Color information

#CCEABC (or 0xCCEABC) is unknown color: approx Tea Green. HEX triplet: CC, EA and BC. RGB value is (204,234,188). Sum of RGB (Red+Green+Blue) = 204+234+188=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 234 (91.80% from 255 or 37.38% from 626); Blue value is 188 (73.83% from 255 or 30.03% from 626); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEABC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEABC is #331543. Grayscale: #DBDBDB. Windows color (decimal): -3347780 or 12380876. OLE color: 12380876.

HSL color Cylindrical-coordinate representation of color #CCEABC: hue angle of 99.13º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCEABC is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB204234188-
CMYK0.1300.200.08
HSL99.13º52.27%82.75%-
HSV(B)99.13º19.66%91.76%-
XYZ63.475.3158.77-
YUV219.79110.06116.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.59%
GREEN value IS 234 (91.80% from 255) = 37.38%
BLUE value IS 188 (73.83% from 255) = 30.03%
R=32.59%
G=37.38%
B=30.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042341880.1300.200.0899.1352.2782.75
HexCCEABCD0148633453
Octal314352274150241014364123
Binary1100110011101010101111001101010100100011000111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEABC; }

 p { color: rgb(204,234,188); }

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

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

 a { background-color: rgb(204,234,188); }

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

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

 span { border-color: rgb(204,234,188); }

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