#D5FABF

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

Shades of Tea Green #D5FABF

Tints of Tea Green #D5FABF

Color information

#D5FABF (or 0xD5FABF) is unknown color: approx 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

RGB213250191-
CMYK0.1500.240.02
HSL97.63º85.51%86.47%-
HSV(B)97.63º23.6%98.04%-
XYZ71.0386.2862.2-
YUV232.21104.74114.3-

RGB Variations

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

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.20%
R=32.57%
G=38.23%
B=29.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2132501910.1500.240.0297.6385.5186.47
HexD5FABFF0182625656
Octal325372277170302142126126
Binary110101011111101010111111111101100010110001010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>