#D6F3BF

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

Shades of Tea Green #D6F3BF

Tints of Tea Green #D6F3BF

Color information

#D6F3BF (or 0xD6F3BF) is unknown color: approx Tea Green. HEX triplet: D6, F3 and BF. RGB value is (214,243,191). Sum of RGB (Red+Green+Blue) = 214+243+191=648 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.02% from 648); Green value is 243 (95.31% from 255 or 37.5% from 648); Blue value is 191 (75% from 255 or 29.48% from 648); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F3BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F3BF is #290C40. Grayscale: #E4E4E4. Windows color (decimal): -2690113 or 12579798. OLE color: 12579798.

HSL color Cylindrical-coordinate representation of color #D6F3BF: hue angle of 93.46º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6F3BF is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB214243191-
CMYK0.1200.210.05
HSL93.46º68.42%85.1%-
HSV(B)93.46º21.4%95.29%-
XYZ69.1982.1661.5-
YUV228.4106.89117.73-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.02%
GREEN value IS 243 (95.31% from 255) = 37.5%
BLUE value IS 191 (75% from 255) = 29.48%
R=33.02%
G=37.5%
B=29.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2142431910.1200.210.0593.4668.4285.1
HexD6F3BFC01555d4455
Octal326363277140255135104125
Binary1101011011110011101111111100010101101101110110001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F3BF; }

 p { color: rgb(214,243,191); }

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

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

 a { background-color: rgb(214,243,191); }

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

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

 span { border-color: rgb(214,243,191); }

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