Html Css Color HEX #D0EDC5 Tea Green

📋 copy color: '#D0EDC5'

red 208 ◦ green 237 ◦ blue 197

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

Shades of Tea Green #D0EDC5

Tints of Tea Green #D0EDC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 30.69%

R = 32.4%
G = 36.92%
B = 30.69%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#D0EDC5 (or 0xD0EDC5) is known color: Tea Green. HEX triplet: D0, ED and C5. RGB value is (208,237,197). Sum of RGB (Red+Green+Blue) = 208+237+197=642 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.40% from 642); Green value is 237 (92.97% from 255 or 36.92% from 642); Blue value is 197 (77.34% from 255 or 30.69% from 642); Max value from RGB is 237 - color contains mainly: green. Hex color #D0EDC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EDC5 is #2F123A. Grayscale: #DFDFDF. Windows color (decimal): -3084859 or 12971472. OLE color: 12971472.

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

Color convert

RGB 208 237 197 -
CMYK 0.12 0 0.17 0.07
HSL 103.5º 0.53% 0.85% -
HSV(B) 103.5º 0.17% 0.93% -
XYZ 66.37 78.01 64.38 -
YUV 223.77 112.89 116.75 -
System Red Green Blue C M Y K H S L
Decimal 208 237 197 0.12 0 0.17 0.07 103.5 0.53 0.85
Hex D0 ED C5 C 0 11 7 68 35 55
Octal 320 355 305 14 0 21 7 150 65 125
Binary 11010000 11101101 11000101 1100 0 10001 111 1101000 110101 1010101

Color Harmonies of #D0EDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EDC5

Black with #D0EDC5

Text Example


Text Example

White with #D0EDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EDC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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