Html Css Color HEX #D0EDC2 Tea Green

📋 copy color: '#D0EDC2'

red 208 ◦ green 237 ◦ blue 194

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

Shades of Tea Green #D0EDC2

Tints of Tea Green #D0EDC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 30.36%

R = 32.55%
G = 37.09%
B = 30.36%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#D0EDC2 (or 0xD0EDC2) is known color: Tea Green. HEX triplet: D0, ED and C2. RGB value is (208,237,194). Sum of RGB (Red+Green+Blue) = 208+237+194=639 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.55% from 639); Green value is 237 (92.97% from 255 or 37.09% from 639); Blue value is 194 (76.17% from 255 or 30.36% from 639); Max value from RGB is 237 - color contains mainly: green. Hex color #D0EDC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EDC2 is #2F123D. Grayscale: #DFDFDF. Windows color (decimal): -3084862 or 12774864. OLE color: 12774864.

HSL color Cylindrical-coordinate representation of color #D0EDC2: hue angle of 100.47º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0EDC2 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 237 194 -
CMYK 0.12 0 0.18 0.07
HSL 100.47º 0.54% 0.85% -
HSV(B) 100.47º 0.18% 0.93% -
XYZ 66.03 77.87 62.59 -
YUV 223.43 111.39 117 -
System Red Green Blue C M Y K H S L
Decimal 208 237 194 0.12 0 0.18 0.07 100.47 0.54 0.85
Hex D0 ED C2 C 0 12 7 64 36 55
Octal 320 355 302 14 0 22 7 144 66 125
Binary 11010000 11101101 11000010 1100 0 10010 111 1100100 110110 1010101

Color Harmonies of #D0EDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EDC2

Black with #D0EDC2

Text Example


Text Example

White with #D0EDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EDC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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