#CCE2BA

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

Shades of Tea Green #CCE2BA

Tints of Tea Green #CCE2BA

Color information

#CCE2BA (or 0xCCE2BA) is unknown color: approx Tea Green. HEX triplet: CC, E2 and BA. RGB value is (204,226,186). Sum of RGB (Red+Green+Blue) = 204+226+186=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 226 (88.67% from 255 or 36.69% from 616); Blue value is 186 (73.05% from 255 or 30.19% from 616); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE2BA is #331D45. Grayscale: #D7D7D7. Windows color (decimal): -3349830 or 12247756. OLE color: 12247756.

HSL color Cylindrical-coordinate representation of color #CCE2BA: hue angle of 93º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCE2BA is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB204226186-
CMYK0.1000.180.11
HSL93º40.82%80.78%-
HSV(B)93º17.7%88.63%-
XYZ60.9670.7856.9-
YUV214.86111.71120.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.12%
GREEN value IS 226 (88.67% from 255) = 36.69%
BLUE value IS 186 (73.05% from 255) = 30.19%
R=33.12%
G=36.69%
B=30.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2042261860.1000.180.119340.8280.78
HexCCE2BAA012B5d2951
Octal314342272120221313551121
Binary1100110011100010101110101010010010101110111011010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE2BA; }

 p { color: rgb(204,226,186); }

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

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

 a { background-color: rgb(204,226,186); }

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

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

 span { border-color: rgb(204,226,186); }

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