#D5F7BA

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

Shades of Tea Green #D5F7BA

Tints of Tea Green #D5F7BA

Color information

#D5F7BA (or 0xD5F7BA) is unknown color: approx Tea Green. HEX triplet: D5, F7 and BA. RGB value is (213,247,186). Sum of RGB (Red+Green+Blue) = 213+247+186=646 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.97% from 646); Green value is 247 (96.88% from 255 or 38.24% from 646); Blue value is 186 (73.05% from 255 or 28.79% from 646); Max value from RGB is 247 - color contains mainly: green. Hex color #D5F7BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F7BA is #2A0845. Grayscale: #E6E6E6. Windows color (decimal): -2754630 or 12253141. OLE color: 12253141.

HSL color Cylindrical-coordinate representation of color #D5F7BA: hue angle of 93.44º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5F7BA is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB213247186-
CMYK0.1400.250.03
HSL93.44º79.22%84.9%-
HSV(B)93.44º24.7%96.86%-
XYZ69.5684.2159.04-
YUV229.88103.24115.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.97%
GREEN value IS 247 (96.88% from 255) = 38.24%
BLUE value IS 186 (73.05% from 255) = 28.79%
R=32.97%
G=38.24%
B=28.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2132471860.1400.250.0393.4479.2284.9
HexD5F7BAE01935d4f55
Octal325367272160313135117125
Binary110101011111011110111010111001100111101110110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F7BA; }

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

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

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

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

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

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

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

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