Html Css Color HEX #D6FABF Tea Green

📋 copy color: '#D6FABF'

red 214 ◦ green 250 ◦ blue 191

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

Shades of Tea Green #D6FABF

Tints of Tea Green #D6FABF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.17%

 BLUE value IS 191 (75% from 255) = 29.16%

R = 32.67%
G = 38.17%
B = 29.16%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#D6FABF (or 0xD6FABF) is known color: Tea Green. HEX triplet: D6, FA and BF. RGB value is (214,250,191). Sum of RGB (Red+Green+Blue) = 214+250+191=655 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.67% from 655); Green value is 250 (98.05% from 255 or 38.17% from 655); Blue value is 191 (75% from 255 or 29.16% from 655); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FABF is #290540. Grayscale: #E8E8E8. Windows color (decimal): -2688321 or 12581590. OLE color: 12581590.

HSL color Cylindrical-coordinate representation of color #D6FABF: hue angle of 96.61º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6FABF is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 250 191 -
CMYK 0.14 0 0.24 0.02
HSL 96.61º 0.86% 0.86% -
HSV(B) 96.61º 0.24% 0.98% -
XYZ 71.32 86.43 62.21 -
YUV 232.51 104.57 114.8 -
System Red Green Blue C M Y K H S L
Decimal 214 250 191 0.14 0 0.24 0.02 96.61 0.86 0.86
Hex D6 FA BF E 0 18 2 61 56 56
Octal 326 372 277 16 0 30 2 141 126 126
Binary 11010110 11111010 10111111 1110 0 11000 10 1100001 1010110 1010110

Color Harmonies of #D6FABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FABF

Black with #D6FABF

Text Example


Text Example

White with #D6FABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FABF; }

 p { color: rgb(214,250,191); }

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

background-color css

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

 a { background-color: rgb(214,250,191); }

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

border-color css

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

 span { border-color: rgb(214,250,191); }

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