#CEE7BA

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

Shades of Tea Green #CEE7BA

Tints of Tea Green #CEE7BA

Color information

#CEE7BA (or 0xCEE7BA) is unknown color: approx Tea Green. HEX triplet: CE, E7 and BA. RGB value is (206,231,186). Sum of RGB (Red+Green+Blue) = 206+231+186=623 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.07% from 623); Green value is 231 (90.62% from 255 or 37.08% from 623); Blue value is 186 (73.05% from 255 or 29.86% from 623); Max value from RGB is 231 - color contains mainly: green. Hex color #CEE7BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEE7BA is #311845. Grayscale: #DADADA. Windows color (decimal): -3217478 or 12249038. OLE color: 12249038.

HSL color Cylindrical-coordinate representation of color #CEE7BA: hue angle of 93.33º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEE7BA is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB206231186-
CMYK0.1100.190.09
HSL93.33º48.39%81.76%-
HSV(B)93.33º19.48%90.59%-
XYZ62.8973.8257.39-
YUV218.4109.72119.16-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.07%
GREEN value IS 231 (90.62% from 255) = 37.08%
BLUE value IS 186 (73.05% from 255) = 29.86%
R=33.07%
G=37.08%
B=29.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2062311860.1100.190.0993.3348.3981.76
HexCEE7BAB01395d3052
Octal316347272130231113560122
Binary1100111011100111101110101011010011100110111011100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE7BA; }

 p { color: rgb(206,231,186); }

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

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

 a { background-color: rgb(206,231,186); }

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

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

 span { border-color: rgb(206,231,186); }

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