#CDE6BC

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

Shades of Tea Green #CDE6BC

Tints of Tea Green #CDE6BC

Color information

#CDE6BC (or 0xCDE6BC) is unknown color: approx Tea Green. HEX triplet: CD, E6 and BC. RGB value is (205,230,188). Sum of RGB (Red+Green+Blue) = 205+230+188=623 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.91% from 623); Green value is 230 (90.23% from 255 or 36.92% from 623); Blue value is 188 (73.83% from 255 or 30.18% from 623); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE6BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE6BC is #321943. Grayscale: #D9D9D9. Windows color (decimal): -3283268 or 12379853. OLE color: 12379853.

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

Color convert

RGB205230188-
CMYK0.1100.180.10
HSL95.71º45.65%81.96%-
HSV(B)95.71º18.26%90.2%-
XYZ62.5573.258.41-
YUV217.74111.22118.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.91%
GREEN value IS 230 (90.23% from 255) = 36.92%
BLUE value IS 188 (73.83% from 255) = 30.18%
R=32.91%
G=36.92%
B=30.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2052301880.1100.180.1095.7145.6581.96
HexCDE6BCB012A602e52
Octal315346274130221214056122
Binary1100110111100110101111001011010010101011000001011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE6BC; }

 p { color: rgb(205,230,188); }

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

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

 a { background-color: rgb(205,230,188); }

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

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

 span { border-color: rgb(205,230,188); }

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