Html Css Color HEX #D0EEBA Tea Green

📋 copy color: '#D0EEBA'

red 208 ◦ green 238 ◦ blue 186

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

Shades of Tea Green #D0EEBA

Tints of Tea Green #D0EEBA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.66%

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

R = 32.91%
G = 37.66%
B = 29.43%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#D0EEBA (or 0xD0EEBA) is known color: Tea Green. HEX triplet: D0, EE and BA. RGB value is (208,238,186). Sum of RGB (Red+Green+Blue) = 208+238+186=632 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.91% from 632); Green value is 238 (93.36% from 255 or 37.66% from 632); Blue value is 186 (73.05% from 255 or 29.43% from 632); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EEBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EEBA is #2F1145. Grayscale: #DFDFDF. Windows color (decimal): -3084614 or 12250832. OLE color: 12250832.

HSL color Cylindrical-coordinate representation of color #D0EEBA: hue angle of 94.62º degrees, saturation: 0.6, 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 #D0EEBA is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 238 186 -
CMYK 0.13 0 0.22 0.07
HSL 94.62º 0.6% 0.83% -
HSV(B) 94.62º 0.22% 0.93% -
XYZ 65.45 78.1 58.08 -
YUV 223.1 107.06 117.23 -
System Red Green Blue C M Y K H S L
Decimal 208 238 186 0.13 0 0.22 0.07 94.62 0.6 0.83
Hex D0 EE BA D 0 16 7 5F 3C 53
Octal 320 356 272 15 0 26 7 137 74 123
Binary 11010000 11101110 10111010 1101 0 10110 111 1011111 111100 1010011

Color Harmonies of #D0EEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EEBA

Black with #D0EEBA

Text Example


Text Example

White with #D0EEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EEBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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