Html Css Color HEX #D0EDBA Tea Green

📋 copy color: '#D0EDBA'

red 208 ◦ green 237 ◦ blue 186

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

Shades of Tea Green #D0EDBA

Tints of Tea Green #D0EDBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 29.48%

R = 32.96%
G = 37.56%
B = 29.48%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#D0EDBA (or 0xD0EDBA) is known color: Tea Green. HEX triplet: D0, ED and BA. RGB value is (208,237,186). Sum of RGB (Red+Green+Blue) = 208+237+186=631 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.96% from 631); Green value is 237 (92.97% from 255 or 37.56% from 631); Blue value is 186 (73.05% from 255 or 29.48% from 631); Max value from RGB is 237 - color contains mainly: green. Hex color #D0EDBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EDBA is #2F1245. Grayscale: #DEDEDE. Windows color (decimal): -3084870 or 12250576. OLE color: 12250576.

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

Color convert

RGB 208 237 186 -
CMYK 0.12 0 0.22 0.07
HSL 94.12º 0.59% 0.83% -
HSV(B) 94.12º 0.22% 0.93% -
XYZ 65.16 77.52 57.98 -
YUV 222.52 107.39 117.65 -
System Red Green Blue C M Y K H S L
Decimal 208 237 186 0.12 0 0.22 0.07 94.12 0.59 0.83
Hex D0 ED BA C 0 16 7 5E 3B 53
Octal 320 355 272 14 0 26 7 136 73 123
Binary 11010000 11101101 10111010 1100 0 10110 111 1011110 111011 1010011

Color Harmonies of #D0EDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EDBA

Black with #D0EDBA

Text Example


Text Example

White with #D0EDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EDBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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