#D6FAC5

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

Shades of Tea Green #D6FAC5

Tints of Tea Green #D6FAC5

Color information

#D6FAC5 (or 0xD6FAC5) is unknown color: approx Tea Green. HEX triplet: D6, FA and C5. RGB value is (214,250,197). Sum of RGB (Red+Green+Blue) = 214+250+197=661 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.38% from 661); Green value is 250 (98.05% from 255 or 37.82% from 661); Blue value is 197 (77.34% from 255 or 29.80% from 661); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FAC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FAC5 is #29053A. Grayscale: #E9E9E9. Windows color (decimal): -2688315 or 12974806. OLE color: 12974806.

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

Color convert

RGB214250197-
CMYK0.1400.210.02
HSL100.75º84.13%87.65%-
HSV(B)100.75º21.2%98.04%-
XYZ7286.765.76-
YUV233.19107.57114.31-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.38%
GREEN value IS 250 (98.05% from 255) = 37.82%
BLUE value IS 197 (77.34% from 255) = 29.80%
R=32.38%
G=37.82%
B=29.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2142501970.1400.210.02100.7584.1387.65
HexD6FAC5E0152655458
Octal326372305160252145124130
Binary110101101111101011000101111001010110110010110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FAC5; }

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

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

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

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

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

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

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

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