#D0EBBD

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

Shades of Tea Green #D0EBBD

Tints of Tea Green #D0EBBD

Color information

#D0EBBD (or 0xD0EBBD) is unknown color: approx Tea Green. HEX triplet: D0, EB and BD. RGB value is (208,235,189). Sum of RGB (Red+Green+Blue) = 208+235+189=632 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.91% from 632); Green value is 235 (92.19% from 255 or 37.18% from 632); Blue value is 189 (74.22% from 255 or 29.91% from 632); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EBBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EBBD is #2F1442. Grayscale: #DDDDDD. Windows color (decimal): -3085379 or 12446672. OLE color: 12446672.

HSL color Cylindrical-coordinate representation of color #D0EBBD: hue angle of 95.22º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0EBBD is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB208235189-
CMYK0.1100.200.08
HSL95.22º53.49%83.14%-
HSV(B)95.22º19.57%92.16%-
XYZ64.9176.559.49-
YUV221.68109.55118.24-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.91%
GREEN value IS 235 (92.19% from 255) = 37.18%
BLUE value IS 189 (74.22% from 255) = 29.91%
R=32.91%
G=37.18%
B=29.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2082351890.1100.200.0895.2253.4983.14
HexD0EBBDB01485f3553
Octal320353275130241013765123
Binary1101000011101011101111011011010100100010111111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EBBD; }

 p { color: rgb(208,235,189); }

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

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

 a { background-color: rgb(208,235,189); }

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

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

 span { border-color: rgb(208,235,189); }

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