#D5FABD

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

Shades of Tea Green #D5FABD

Tints of Tea Green #D5FABD

Color information

#D5FABD (or 0xD5FABD) is unknown color: approx Tea Green. HEX triplet: D5, FA and BD. RGB value is (213,250,189). Sum of RGB (Red+Green+Blue) = 213+250+189=652 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.67% from 652); Green value is 250 (98.05% from 255 or 38.34% from 652); Blue value is 189 (74.22% from 255 or 28.99% from 652); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FABD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FABD is #2A0542. Grayscale: #E8E8E8. Windows color (decimal): -2753859 or 12450517. OLE color: 12450517.

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

Color convert

RGB213250189-
CMYK0.1500.240.02
HSL96.39º85.92%86.08%-
HSV(B)96.39º24.4%98.04%-
XYZ70.8186.1961.05-
YUV231.98103.74114.46-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.67%
GREEN value IS 250 (98.05% from 255) = 38.34%
BLUE value IS 189 (74.22% from 255) = 28.99%
R=32.67%
G=38.34%
B=28.99%

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
Decimal2132501890.1500.240.0296.3985.9286.08
HexD5FABDF0182605656
Octal325372275170302140126126
Binary110101011111101010111101111101100010110000010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FABD; }

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

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

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

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

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

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

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

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