#CCE8BF

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

Shades of Tea Green #CCE8BF

Tints of Tea Green #CCE8BF

Color information

#CCE8BF (or 0xCCE8BF) is unknown color: approx Tea Green. HEX triplet: CC, E8 and BF. RGB value is (204,232,191). Sum of RGB (Red+Green+Blue) = 204+232+191=627 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.54% from 627); Green value is 232 (91.02% from 255 or 37.00% from 627); Blue value is 191 (75% from 255 or 30.46% from 627); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE8BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE8BF is #331740. Grayscale: #DBDBDB. Windows color (decimal): -3348289 or 12576972. OLE color: 12576972.

HSL color Cylindrical-coordinate representation of color #CCE8BF: hue angle of 100.98º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCE8BF is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB204232191-
CMYK0.1200.180.09
HSL100.98º47.13%82.94%-
HSV(B)100.98º17.67%90.98%-
XYZ63.1674.3160.3-
YUV218.95112.22117.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.54%
GREEN value IS 232 (91.02% from 255) = 37.00%
BLUE value IS 191 (75% from 255) = 30.46%
R=32.54%
G=37.00%
B=30.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2042321910.1200.180.09100.9847.1382.94
HexCCE8BFC0129652f53
Octal314350277140221114557123
Binary1100110011101000101111111100010010100111001011011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE8BF; }

 p { color: rgb(204,232,191); }

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

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

 a { background-color: rgb(204,232,191); }

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

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

 span { border-color: rgb(204,232,191); }

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