#D5FDBA

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

Shades of Tea Green #D5FDBA

Tints of Tea Green #D5FDBA

Color information

#D5FDBA (or 0xD5FDBA) is unknown color: approx Tea Green. HEX triplet: D5, FD and BA. RGB value is (213,253,186). Sum of RGB (Red+Green+Blue) = 213+253+186=652 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.67% from 652); Green value is 253 (99.22% from 255 or 38.80% from 652); Blue value is 186 (73.05% from 255 or 28.53% from 652); Max value from RGB is 253 - color contains mainly: green. Hex color #D5FDBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FDBA is #2A0245. Grayscale: #E9E9E9. Windows color (decimal): -2753094 or 12254677. OLE color: 12254677.

HSL color Cylindrical-coordinate representation of color #D5FDBA: hue angle of 95.82º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D5FDBA is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB213253186-
CMYK0.1600.260.01
HSL95.82º94.37%86.08%-
HSV(B)95.82º26.48%99.22%-
XYZ71.4387.9459.66-
YUV233.4101.25113.45-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.67%
GREEN value IS 253 (99.22% from 255) = 38.80%
BLUE value IS 186 (73.05% from 255) = 28.53%
R=32.67%
G=38.80%
B=28.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2132531860.1600.260.0195.8294.3786.08
HexD5FDBA1001A1605e56
Octal325375272200321140136126
Binary110101011111110110111010100000110101110000010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FDBA; }

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

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

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

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

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

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

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

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