#D6FFBF

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

Shades of Tea Green #D6FFBF

Tints of Tea Green #D6FFBF

Color information

#D6FFBF (or 0xD6FFBF) is unknown color: approx Tea Green. HEX triplet: D6, FF and BF. RGB value is (214,255,191). Sum of RGB (Red+Green+Blue) = 214+255+191=660 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.42% from 660); Green value is 255 (100% from 255 or 38.64% from 660); Blue value is 191 (75% from 255 or 28.94% from 660); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FFBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FFBF is #290040. Grayscale: #EBEBEB. Windows color (decimal): -2687041 or 12582870. OLE color: 12582870.

HSL color Cylindrical-coordinate representation of color #D6FFBF: hue angle of 98.44º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6FFBF is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB214255191-
CMYK0.1600.250
HSL98.44º100%87.45%-
HSV(B)98.44º25.1%100%-
XYZ72.989.5862.74-
YUV235.44102.92112.7-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.42%
GREEN value IS 255 (100% from 255) = 38.64%
BLUE value IS 191 (75% from 255) = 28.94%
R=32.42%
G=38.64%
B=28.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2142551910.1600.25098.4410087.45
HexD6FFBF100190626457
Octal326377277200310142144127
Binary110101101111111110111111100000110010110001011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FFBF; }

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

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

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

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

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

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

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

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