Html Css Color HEX #D0EDC1 Tea Green

📋 copy color: '#D0EDC1'

red 208 ◦ green 237 ◦ blue 193

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

Shades of Tea Green #D0EDC1

Tints of Tea Green #D0EDC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 30.25%

R = 32.6%
G = 37.15%
B = 30.25%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#D0EDC1 (or 0xD0EDC1) is known color: Tea Green. HEX triplet: D0, ED and C1. RGB value is (208,237,193). Sum of RGB (Red+Green+Blue) = 208+237+193=638 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.60% from 638); Green value is 237 (92.97% from 255 or 37.15% from 638); Blue value is 193 (75.78% from 255 or 30.25% from 638); Max value from RGB is 237 - color contains mainly: green. Hex color #D0EDC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EDC1 is #2F123E. Grayscale: #DFDFDF. Windows color (decimal): -3084863 or 12709328. OLE color: 12709328.

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

Color convert

RGB 208 237 193 -
CMYK 0.12 0 0.19 0.07
HSL 99.55º 0.55% 0.84% -
HSV(B) 99.55º 0.19% 0.93% -
XYZ 65.92 77.83 62 -
YUV 223.31 110.89 117.08 -
System Red Green Blue C M Y K H S L
Decimal 208 237 193 0.12 0 0.19 0.07 99.55 0.55 0.84
Hex D0 ED C1 C 0 13 7 64 37 54
Octal 320 355 301 14 0 23 7 144 67 124
Binary 11010000 11101101 11000001 1100 0 10011 111 1100100 110111 1010100

Color Harmonies of #D0EDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EDC1

Black with #D0EDC1

Text Example


Text Example

White with #D0EDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EDC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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