#CCEAB1

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

Shades of Tea Green #CCEAB1

Tints of Tea Green #CCEAB1

Color information

#CCEAB1 (or 0xCCEAB1) is unknown color: approx Tea Green. HEX triplet: CC, EA and B1. RGB value is (204,234,177). Sum of RGB (Red+Green+Blue) = 204+234+177=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 234 (91.80% from 255 or 38.05% from 615); Blue value is 177 (69.53% from 255 or 28.78% from 615); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEAB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEAB1 is #33154E. Grayscale: #DADADA. Windows color (decimal): -3347791 or 11659980. OLE color: 11659980.

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

Color convert

RGB204234177-
CMYK0.1300.240.08
HSL91.58º57.58%80.59%-
HSV(B)91.58º24.36%91.76%-
XYZ62.2674.8652.76-
YUV218.53104.56117.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.17%
GREEN value IS 234 (91.80% from 255) = 38.05%
BLUE value IS 177 (69.53% from 255) = 28.78%
R=33.17%
G=38.05%
B=28.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042341770.1300.240.0891.5857.5880.59
HexCCEAB1D01885c3a51
Octal314352261150301013472121
Binary1100110011101010101100011101011000100010111001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEAB1; }

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

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

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

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

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

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

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

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