#CCEABE

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

Shades of Tea Green #CCEABE

Tints of Tea Green #CCEABE

Color information

#CCEABE (or 0xCCEABE) is unknown color: approx Tea Green. HEX triplet: CC, EA and BE. RGB value is (204,234,190). Sum of RGB (Red+Green+Blue) = 204+234+190=628 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.48% from 628); Green value is 234 (91.80% from 255 or 37.26% from 628); Blue value is 190 (74.61% from 255 or 30.25% from 628); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEABE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEABE is #331541. Grayscale: #DCDCDC. Windows color (decimal): -3347778 or 12511948. OLE color: 12511948.

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

Color convert

RGB204234190-
CMYK0.1300.190.08
HSL100.91º51.16%83.14%-
HSV(B)100.91º18.8%91.76%-
XYZ63.6275.459.92-
YUV220.01111.06116.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.48%
GREEN value IS 234 (91.80% from 255) = 37.26%
BLUE value IS 190 (74.61% from 255) = 30.25%
R=32.48%
G=37.26%
B=30.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042341900.1300.190.08100.9151.1683.14
HexCCEABED0138653353
Octal314352276150231014563123
Binary1100110011101010101111101101010011100011001011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEABE; }

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

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

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

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

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

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

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

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