Html Css Color HEX #D6F1BA Tea Green

📋 copy color: '#D6F1BA'

red 214 ◦ green 241 ◦ blue 186

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

Shades of Tea Green #D6F1BA

Tints of Tea Green #D6F1BA

RGB

 RED value IS 214 (83.98% from 255) = 33.39%

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

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

R = 33.39%
G = 37.6%
B = 29.02%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#D6F1BA (or 0xD6F1BA) is known color: Tea Green. HEX triplet: D6, F1 and BA. RGB value is (214,241,186). Sum of RGB (Red+Green+Blue) = 214+241+186=641 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.39% from 641); Green value is 241 (94.53% from 255 or 37.60% from 641); Blue value is 186 (73.05% from 255 or 29.02% from 641); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F1BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F1BA is #290E45. Grayscale: #E2E2E2. Windows color (decimal): -2690630 or 12251606. OLE color: 12251606.

HSL color Cylindrical-coordinate representation of color #D6F1BA: hue angle of 89.45º 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 #D6F1BA is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 241 186 -
CMYK 0.11 0 0.23 0.05
HSL 89.45º 0.66% 0.84% -
HSV(B) 89.45º 0.23% 0.95% -
XYZ 68.05 80.75 58.45 -
YUV 226.66 105.05 118.97 -
System Red Green Blue C M Y K H S L
Decimal 214 241 186 0.11 0 0.23 0.05 89.45 0.66 0.84
Hex D6 F1 BA B 0 17 5 59 42 54
Octal 326 361 272 13 0 27 5 131 102 124
Binary 11010110 11110001 10111010 1011 0 10111 101 1011001 1000010 1010100

Color Harmonies of #D6F1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F1BA

Black with #D6F1BA

Text Example


Text Example

White with #D6F1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F1BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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