#CDE5BB

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

Shades of Tea Green #CDE5BB

Tints of Tea Green #CDE5BB

Color information

#CDE5BB (or 0xCDE5BB) is unknown color: approx Tea Green. HEX triplet: CD, E5 and BB. RGB value is (205,229,187). Sum of RGB (Red+Green+Blue) = 205+229+187=621 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.01% from 621); Green value is 229 (89.84% from 255 or 36.88% from 621); Blue value is 187 (73.44% from 255 or 30.11% from 621); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE5BB is #321A44. Grayscale: #D9D9D9. Windows color (decimal): -3283525 or 12314061. OLE color: 12314061.

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

Color convert

RGB205229187-
CMYK0.1000.180.10
HSL94.29º44.68%81.57%-
HSV(B)94.29º18.34%89.8%-
XYZ62.1772.6157.75-
YUV217.04111.05119.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.01%
GREEN value IS 229 (89.84% from 255) = 36.88%
BLUE value IS 187 (73.44% from 255) = 30.11%
R=33.01%
G=36.88%
B=30.11%

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
Decimal2052291870.1000.180.1094.2944.6881.57
HexCDE5BBA012A5e2d52
Octal315345273120221213655122
Binary1100110111100101101110111010010010101010111101011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE5BB; }

 p { color: rgb(205,229,187); }

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

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

 a { background-color: rgb(205,229,187); }

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

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

 span { border-color: rgb(205,229,187); }

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