#CCE4BA

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

Shades of Tea Green #CCE4BA

Tints of Tea Green #CCE4BA

Color information

#CCE4BA (or 0xCCE4BA) is unknown color: approx Tea Green. HEX triplet: CC, E4 and BA. RGB value is (204,228,186). Sum of RGB (Red+Green+Blue) = 204+228+186=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 228 (89.45% from 255 or 36.89% from 618); Blue value is 186 (73.05% from 255 or 30.10% from 618); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE4BA is #331B45. Grayscale: #D8D8D8. Windows color (decimal): -3349318 or 12248268. OLE color: 12248268.

HSL color Cylindrical-coordinate representation of color #CCE4BA: hue angle of 94.29º degrees, saturation: 0.44, 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 #CCE4BA is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB204228186-
CMYK0.1100.180.11
HSL94.29º43.75%81.18%-
HSV(B)94.29º18.42%89.41%-
XYZ61.5171.8757.08-
YUV216.04111.05119.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.01%
GREEN value IS 228 (89.45% from 255) = 36.89%
BLUE value IS 186 (73.05% from 255) = 30.10%
R=33.01%
G=36.89%
B=30.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2042281860.1100.180.1194.2943.7581.18
HexCCE4BAB012B5e2c51
Octal314344272130221313654121
Binary1100110011100100101110101011010010101110111101011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE4BA; }

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

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

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

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

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

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

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

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