Html Css Color HEX #D5FABF Tea Green

📋 copy color: '#D5FABF'

red 213 ◦ green 250 ◦ blue 191

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

Shades of Tea Green #D5FABF

Tints of Tea Green #D5FABF

RGB

 RED value IS 213 (83.59% from 255) = 32.57%

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

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

R = 32.57%
G = 38.23%
B = 29.2%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#D5FABF (or 0xD5FABF) is known color: Tea Green. HEX triplet: D5, FA and BF. RGB value is (213,250,191). Sum of RGB (Red+Green+Blue) = 213+250+191=654 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.57% from 654); Green value is 250 (98.05% from 255 or 38.23% from 654); Blue value is 191 (75% from 255 or 29.20% from 654); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FABF is #2A0540. Grayscale: #E8E8E8. Windows color (decimal): -2753857 or 12581589. OLE color: 12581589.

HSL color Cylindrical-coordinate representation of color #D5FABF: hue angle of 97.63º 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 #D5FABF is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 250 191 -
CMYK 0.15 0 0.24 0.02
HSL 97.63º 0.86% 0.86% -
HSV(B) 97.63º 0.24% 0.98% -
XYZ 71.03 86.28 62.2 -
YUV 232.21 104.74 114.3 -
System Red Green Blue C M Y K H S L
Decimal 213 250 191 0.15 0 0.24 0.02 97.63 0.86 0.86
Hex D5 FA BF F 0 18 2 62 56 56
Octal 325 372 277 17 0 30 2 142 126 126
Binary 11010101 11111010 10111111 1111 0 11000 10 1100010 1010110 1010110

Color Harmonies of #D5FABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FABF

Black with #D5FABF

Text Example


Text Example

White with #D5FABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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