#CEE6BD

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

Shades of Tea Green #CEE6BD

Tints of Tea Green #CEE6BD

Color information

#CEE6BD (or 0xCEE6BD) is unknown color: approx Tea Green. HEX triplet: CE, E6 and BD. RGB value is (206,230,189). Sum of RGB (Red+Green+Blue) = 206+230+189=625 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.96% from 625); Green value is 230 (90.23% from 255 or 36.8% from 625); Blue value is 189 (74.22% from 255 or 30.24% from 625); Max value from RGB is 230 - color contains mainly: green. Hex color #CEE6BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEE6BD is #311942. Grayscale: #DADADA. Windows color (decimal): -3217731 or 12445390. OLE color: 12445390.

HSL color Cylindrical-coordinate representation of color #CEE6BD: hue angle of 95.12º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEE6BD is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB206230189-
CMYK0.1000.180.10
HSL95.12º45.05%82.16%-
HSV(B)95.12º17.83%90.2%-
XYZ62.9473.3958.99-
YUV218.15111.55119.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.96%
GREEN value IS 230 (90.23% from 255) = 36.8%
BLUE value IS 189 (74.22% from 255) = 30.24%
R=32.96%
G=36.8%
B=30.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2062301890.1000.180.1095.1245.0582.16
HexCEE6BDA012A5f2d52
Octal316346275120221213755122
Binary1100111011100110101111011010010010101010111111011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE6BD; }

 p { color: rgb(206,230,189); }

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

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

 a { background-color: rgb(206,230,189); }

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

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

 span { border-color: rgb(206,230,189); }

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