#CCE3BF

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

Shades of Tea Green #CCE3BF

Tints of Tea Green #CCE3BF

Color information

#CCE3BF (or 0xCCE3BF) is unknown color: approx Tea Green. HEX triplet: CC, E3 and BF. RGB value is (204,227,191). Sum of RGB (Red+Green+Blue) = 204+227+191=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 227 (89.06% from 255 or 36.50% from 622); Blue value is 191 (75% from 255 or 30.71% from 622); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE3BF is #331C40. Grayscale: #D8D8D8. Windows color (decimal): -3349569 or 12575692. OLE color: 12575692.

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

Color convert

RGB204227191-
CMYK0.1000.160.11
HSL98.33º39.13%81.96%-
HSV(B)98.33º15.86%89.02%-
XYZ61.7771.5459.84-
YUV216.02113.88119.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.80%
GREEN value IS 227 (89.06% from 255) = 36.50%
BLUE value IS 191 (75% from 255) = 30.71%
R=32.80%
G=36.50%
B=30.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2042271910.1000.160.1198.3339.1381.96
HexCCE3BFA010B622752
Octal314343277120201314247122
Binary1100110011100011101111111010010000101111000101001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE3BF; }

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

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

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

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

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

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

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

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