Html Css Color HEX #D0ECBA Tea Green

📋 copy color: '#D0ECBA'

red 208 ◦ green 236 ◦ blue 186

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

Shades of Tea Green #D0ECBA

Tints of Tea Green #D0ECBA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.46%

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

R = 33.02%
G = 37.46%
B = 29.52%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#D0ECBA (or 0xD0ECBA) is known color: Tea Green. HEX triplet: D0, EC and BA. RGB value is (208,236,186). Sum of RGB (Red+Green+Blue) = 208+236+186=630 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.02% from 630); Green value is 236 (92.58% from 255 or 37.46% from 630); Blue value is 186 (73.05% from 255 or 29.52% from 630); Max value from RGB is 236 - color contains mainly: green. Hex color #D0ECBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0ECBA is #2F1345. Grayscale: #DEDEDE. Windows color (decimal): -3085126 or 12250320. OLE color: 12250320.

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

Color convert

RGB 208 236 186 -
CMYK 0.12 0 0.21 0.07
HSL 93.6º 0.57% 0.83% -
HSV(B) 93.6º 0.21% 0.93% -
XYZ 64.87 76.95 57.89 -
YUV 221.93 107.72 118.07 -
System Red Green Blue C M Y K H S L
Decimal 208 236 186 0.12 0 0.21 0.07 93.6 0.57 0.83
Hex D0 EC BA C 0 15 7 5E 39 53
Octal 320 354 272 14 0 25 7 136 71 123
Binary 11010000 11101100 10111010 1100 0 10101 111 1011110 111001 1010011

Color Harmonies of #D0ECBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ECBA

Black with #D0ECBA

Text Example


Text Example

White with #D0ECBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ECBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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