#D5FABA

Color #D5FABA Tea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Green #D5FABA

Tints of Tea Green #D5FABA

Color information

#D5FABA (or 0xD5FABA) is unknown color: approx Tea Green. HEX triplet: D5, FA and BA. RGB value is (213,250,186). Sum of RGB (Red+Green+Blue) = 213+250+186=649 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.82% from 649); Green value is 250 (98.05% from 255 or 38.52% from 649); Blue value is 186 (73.05% from 255 or 28.66% from 649); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FABA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FABA is #2A0545. Grayscale: #E7E7E7. Windows color (decimal): -2753862 or 12253909. OLE color: 12253909.

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

Color convert

RGB213250186-
CMYK0.1500.260.02
HSL94.69º86.49%85.49%-
HSV(B)94.69º25.6%98.04%-
XYZ70.4986.0659.35-
YUV231.64102.24114.7-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.82%
GREEN value IS 250 (98.05% from 255) = 38.52%
BLUE value IS 186 (73.05% from 255) = 28.66%
R=32.82%
G=38.52%
B=28.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2132501860.1500.260.0294.6986.4985.49
HexD5FABAF01A25f5655
Octal325372272170322137126125
Binary110101011111101010111010111101101010101111110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FABA; }

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

 H1.HeaderClassName
 {
   color: #D5FABA;
 }
 .AnyTagClassName
 {
   color: #D5FABA;
 }
</style>
background-color css

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

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

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

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

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

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