#D6FFBA

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

Shades of Tea Green #D6FFBA

Tints of Tea Green #D6FFBA

Color information

#D6FFBA (or 0xD6FFBA) is unknown color: approx Tea Green. HEX triplet: D6, FF and BA. RGB value is (214,255,186). Sum of RGB (Red+Green+Blue) = 214+255+186=655 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.67% from 655); Green value is 255 (100% from 255 or 38.93% from 655); Blue value is 186 (73.05% from 255 or 28.40% from 655); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FFBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FFBA is #290045. Grayscale: #EBEBEB. Windows color (decimal): -2687046 or 12255190. OLE color: 12255190.

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

Color convert

RGB214255186-
CMYK0.1600.270
HSL95.65º100%86.47%-
HSV(B)95.65º27.06%100%-
XYZ72.3589.3659.89-
YUV234.88100.42113.11-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.67%
GREEN value IS 255 (100% from 255) = 38.93%
BLUE value IS 186 (73.05% from 255) = 28.40%
R=32.67%
G=38.93%
B=28.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2142551860.1600.27095.6510086.47
HexD6FFBA1001B0606456
Octal326377272200330140144126
Binary110101101111111110111010100000110110110000011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FFBA; }

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

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

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

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

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

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

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

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