#D5FABE

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

Shades of Tea Green #D5FABE

Tints of Tea Green #D5FABE

Color information

#D5FABE (or 0xD5FABE) is unknown color: approx Tea Green. HEX triplet: D5, FA and BE. RGB value is (213,250,190). Sum of RGB (Red+Green+Blue) = 213+250+190=653 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.62% from 653); Green value is 250 (98.05% from 255 or 38.28% from 653); Blue value is 190 (74.61% from 255 or 29.10% from 653); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FABE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FABE is #2A0541. Grayscale: #E8E8E8. Windows color (decimal): -2753858 or 12516053. OLE color: 12516053.

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

Color convert

RGB213250190-
CMYK0.1500.240.02
HSL97º85.71%86.27%-
HSV(B)97º24%98.04%-
XYZ70.9286.2461.62-
YUV232.1104.24114.38-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.62%
GREEN value IS 250 (98.05% from 255) = 38.28%
BLUE value IS 190 (74.61% from 255) = 29.10%
R=32.62%
G=38.28%
B=29.10%

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
Decimal2132501900.1500.240.029785.7186.27
HexD5FABEF0182615656
Octal325372276170302141126126
Binary110101011111101010111110111101100010110000110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FABE; }

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

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

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

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

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

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

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

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