Html Css Color HEX #D0EDC3 Tea Green

📋 copy color: '#D0EDC3'

red 208 ◦ green 237 ◦ blue 195

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

Shades of Tea Green #D0EDC3

Tints of Tea Green #D0EDC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 30.47%

R = 32.5%
G = 37.03%
B = 30.47%

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

#D0EDC3 (or 0xD0EDC3) is known color: Tea Green. HEX triplet: D0, ED and C3. RGB value is (208,237,195). Sum of RGB (Red+Green+Blue) = 208+237+195=640 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.5% from 640); Green value is 237 (92.97% from 255 or 37.03% from 640); Blue value is 195 (76.56% from 255 or 30.47% from 640); Max value from RGB is 237 - color contains mainly: green. Hex color #D0EDC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EDC3 is #2F123C. Grayscale: #DFDFDF. Windows color (decimal): -3084861 or 12840400. OLE color: 12840400.

HSL color Cylindrical-coordinate representation of color #D0EDC3: hue angle of 101.43º 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 #D0EDC3 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 237 195 -
CMYK 0.12 0 0.18 0.07
HSL 101.43º 0.54% 0.85% -
HSV(B) 101.43º 0.18% 0.93% -
XYZ 66.15 77.92 63.18 -
YUV 223.54 111.89 116.92 -
System Red Green Blue C M Y K H S L
Decimal 208 237 195 0.12 0 0.18 0.07 101.43 0.54 0.85
Hex D0 ED C3 C 0 12 7 65 36 55
Octal 320 355 303 14 0 22 7 145 66 125
Binary 11010000 11101101 11000011 1100 0 10010 111 1100101 110110 1010101

Color Harmonies of #D0EDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EDC3

Black with #D0EDC3

Text Example


Text Example

White with #D0EDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EDC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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