#D5FAC5

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

Shades of Tea Green #D5FAC5

Tints of Tea Green #D5FAC5

Color information

#D5FAC5 (or 0xD5FAC5) is unknown color: approx Tea Green. HEX triplet: D5, FA and C5. RGB value is (213,250,197). Sum of RGB (Red+Green+Blue) = 213+250+197=660 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.27% from 660); Green value is 250 (98.05% from 255 or 37.88% from 660); Blue value is 197 (77.34% from 255 or 29.85% from 660); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FAC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FAC5 is #2A053A. Grayscale: #E9E9E9. Windows color (decimal): -2753851 or 12974805. OLE color: 12974805.

HSL color Cylindrical-coordinate representation of color #D5FAC5: hue angle of 101.89º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D5FAC5 is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB213250197-
CMYK0.1500.210.02
HSL101.89º84.13%87.65%-
HSV(B)101.89º21.2%98.04%-
XYZ71.786.5565.75-
YUV232.9107.74113.81-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.27%
GREEN value IS 250 (98.05% from 255) = 37.88%
BLUE value IS 197 (77.34% from 255) = 29.85%
R=32.27%
G=37.88%
B=29.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2132501970.1500.210.02101.8984.1387.65
HexD5FAC5F0152665458
Octal325372305170252146124130
Binary110101011111101011000101111101010110110011010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FAC5; }

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

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

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

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

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

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

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

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