#D6FAC1

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

Shades of Tea Green #D6FAC1

Tints of Tea Green #D6FAC1

Color information

#D6FAC1 (or 0xD6FAC1) is unknown color: approx Tea Green. HEX triplet: D6, FA and C1. RGB value is (214,250,193). Sum of RGB (Red+Green+Blue) = 214+250+193=657 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.57% from 657); Green value is 250 (98.05% from 255 or 38.05% from 657); Blue value is 193 (75.78% from 255 or 29.38% from 657); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FAC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FAC1 is #29053E. Grayscale: #E8E8E8. Windows color (decimal): -2688319 or 12712662. OLE color: 12712662.

HSL color Cylindrical-coordinate representation of color #D6FAC1: hue angle of 97.89º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D6FAC1 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB214250193-
CMYK0.1400.230.02
HSL97.89º85.07%86.86%-
HSV(B)97.89º22.8%98.04%-
XYZ71.5486.5263.38-
YUV232.74105.57114.63-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.57%
GREEN value IS 250 (98.05% from 255) = 38.05%
BLUE value IS 193 (75.78% from 255) = 29.38%
R=32.57%
G=38.05%
B=29.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2142501930.1400.230.0297.8985.0786.86
HexD6FAC1E0172625557
Octal326372301160272142125127
Binary110101101111101011000001111001011110110001010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FAC1; }

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

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

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

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

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

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

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

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