Html Css Color HEX #D0ECBD Tea Green

📋 copy color: '#D0ECBD'

red 208 ◦ green 236 ◦ blue 189

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

Shades of Tea Green #D0ECBD

Tints of Tea Green #D0ECBD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.28%

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

R = 32.86%
G = 37.28%
B = 29.86%

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

#D0ECBD (or 0xD0ECBD) is known color: Tea Green. HEX triplet: D0, EC and BD. RGB value is (208,236,189). Sum of RGB (Red+Green+Blue) = 208+236+189=633 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.86% from 633); Green value is 236 (92.58% from 255 or 37.28% from 633); Blue value is 189 (74.22% from 255 or 29.86% from 633); Max value from RGB is 236 - color contains mainly: green. Hex color #D0ECBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0ECBD is #2F1342. Grayscale: #DEDEDE. Windows color (decimal): -3085123 or 12446928. OLE color: 12446928.

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

Color convert

RGB 208 236 189 -
CMYK 0.12 0 0.20 0.07
HSL 95.74º 0.55% 0.83% -
HSV(B) 95.74º 0.2% 0.93% -
XYZ 65.19 77.07 59.59 -
YUV 222.27 109.22 117.82 -
System Red Green Blue C M Y K H S L
Decimal 208 236 189 0.12 0 0.20 0.07 95.74 0.55 0.83
Hex D0 EC BD C 0 14 7 60 37 53
Octal 320 354 275 14 0 24 7 140 67 123
Binary 11010000 11101100 10111101 1100 0 10100 111 1100000 110111 1010011

Color Harmonies of #D0ECBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ECBD

Black with #D0ECBD

Text Example


Text Example

White with #D0ECBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ECBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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