Html Css Color HEX #D0EDBD Tea Green

📋 copy color: '#D0EDBD'

red 208 ◦ green 237 ◦ blue 189

#D0EDBD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Green #D0EDBD

Tints of Tea Green #D0EDBD

RGB

 RED value IS 208 (81.64% from 255) = 32.81%

 GREEN value IS 237 (92.97% from 255) = 37.38%

 BLUE value IS 189 (74.22% from 255) = 29.81%

R = 32.81%
G = 37.38%
B = 29.81%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#D0EDBD (or 0xD0EDBD) is known color: Tea Green. HEX triplet: D0, ED and BD. RGB value is (208,237,189). Sum of RGB (Red+Green+Blue) = 208+237+189=634 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.81% from 634); Green value is 237 (92.97% from 255 or 37.38% from 634); Blue value is 189 (74.22% from 255 or 29.81% from 634); Max value from RGB is 237 - color contains mainly: green. Hex color #D0EDBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EDBD is #2F1242. Grayscale: #DFDFDF. Windows color (decimal): -3084867 or 12447184. OLE color: 12447184.

HSL color Cylindrical-coordinate representation of color #D0EDBD: hue angle of 96.25º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0EDBD is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 237 189 -
CMYK 0.12 0 0.20 0.07
HSL 96.25º 0.57% 0.84% -
HSV(B) 96.25º 0.2% 0.93% -
XYZ 65.48 77.65 59.68 -
YUV 222.86 108.89 117.4 -
System Red Green Blue C M Y K H S L
Decimal 208 237 189 0.12 0 0.20 0.07 96.25 0.57 0.84
Hex D0 ED BD C 0 14 7 60 39 54
Octal 320 355 275 14 0 24 7 140 71 124
Binary 11010000 11101101 10111101 1100 0 10100 111 1100000 111001 1010100

Color Harmonies of #D0EDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EDBD

Black with #D0EDBD

Text Example


Text Example

White with #D0EDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EDBD; }

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

 H1.HeaderClassName
 {
   color: #D0EDBD;
 }
 .AnyTagClassName
 {
   color: #D0EDBD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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