#CDE4BC

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

Shades of Tea Green #CDE4BC

Tints of Tea Green #CDE4BC

Color information

#CDE4BC (or 0xCDE4BC) is unknown color: approx Tea Green. HEX triplet: CD, E4 and BC. RGB value is (205,228,188). Sum of RGB (Red+Green+Blue) = 205+228+188=621 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.01% from 621); Green value is 228 (89.45% from 255 or 36.71% from 621); Blue value is 188 (73.83% from 255 or 30.27% from 621); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE4BC is #321B43. Grayscale: #D8D8D8. Windows color (decimal): -3283780 or 12379341. OLE color: 12379341.

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

Color convert

RGB205228188-
CMYK0.1000.180.11
HSL94.5º42.55%81.57%-
HSV(B)94.5º17.54%89.41%-
XYZ6272.158.23-
YUV216.56111.88119.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.01%
GREEN value IS 228 (89.45% from 255) = 36.71%
BLUE value IS 188 (73.83% from 255) = 30.27%
R=33.01%
G=36.71%
B=30.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2052281880.1000.180.1194.542.5581.57
HexCDE4BCA012B5e2b52
Octal315344274120221313653122
Binary1100110111100100101111001010010010101110111101010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE4BC; }

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

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

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

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

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

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

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

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