Html Css Color HEX #D0F1BA Tea Green

📋 copy color: '#D0F1BA'

red 208 ◦ green 241 ◦ blue 186

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

Shades of Tea Green #D0F1BA

Tints of Tea Green #D0F1BA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.95%

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

R = 32.76%
G = 37.95%
B = 29.29%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#D0F1BA (or 0xD0F1BA) is known color: Tea Green. HEX triplet: D0, F1 and BA. RGB value is (208,241,186). Sum of RGB (Red+Green+Blue) = 208+241+186=635 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.76% from 635); Green value is 241 (94.53% from 255 or 37.95% from 635); Blue value is 186 (73.05% from 255 or 29.29% from 635); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F1BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F1BA is #2F0E45. Grayscale: #E1E1E1. Windows color (decimal): -3083846 or 12251600. OLE color: 12251600.

HSL color Cylindrical-coordinate representation of color #D0F1BA: hue angle of 96º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D0F1BA is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 241 186 -
CMYK 0.14 0 0.23 0.05
HSL 96º 0.66% 0.84% -
HSV(B) 96º 0.23% 0.95% -
XYZ 66.33 79.87 58.37 -
YUV 224.86 106.07 115.97 -
System Red Green Blue C M Y K H S L
Decimal 208 241 186 0.14 0 0.23 0.05 96 0.66 0.84
Hex D0 F1 BA E 0 17 5 60 42 54
Octal 320 361 272 16 0 27 5 140 102 124
Binary 11010000 11110001 10111010 1110 0 10111 101 1100000 1000010 1010100

Color Harmonies of #D0F1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F1BA

Black with #D0F1BA

Text Example


Text Example

White with #D0F1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F1BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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