#CDE7BC

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

Shades of Tea Green #CDE7BC

Tints of Tea Green #CDE7BC

Color information

#CDE7BC (or 0xCDE7BC) is unknown color: approx Tea Green. HEX triplet: CD, E7 and BC. RGB value is (205,231,188). Sum of RGB (Red+Green+Blue) = 205+231+188=624 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.85% from 624); Green value is 231 (90.62% from 255 or 37.02% from 624); Blue value is 188 (73.83% from 255 or 30.13% from 624); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE7BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE7BC is #321843. Grayscale: #DADADA. Windows color (decimal): -3283012 or 12380109. OLE color: 12380109.

HSL color Cylindrical-coordinate representation of color #CDE7BC: hue angle of 96.28º degrees, saturation: 0.47, 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 #CDE7BC is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB205231188-
CMYK0.1100.190.09
HSL96.28º47.25%82.16%-
HSV(B)96.28º18.61%90.59%-
XYZ62.8373.7658.5-
YUV218.32110.89118.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.85%
GREEN value IS 231 (90.62% from 255) = 37.02%
BLUE value IS 188 (73.83% from 255) = 30.13%
R=32.85%
G=37.02%
B=30.13%

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
Decimal2052311880.1100.190.0996.2847.2582.16
HexCDE7BCB0139602f52
Octal315347274130231114057122
Binary1100110111100111101111001011010011100111000001011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE7BC; }

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

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

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

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

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

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

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

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