#D6F2B6

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

Shades of Tea Green #D6F2B6

Tints of Tea Green #D6F2B6

Color information

#D6F2B6 (or 0xD6F2B6) is unknown color: approx Tea Green. HEX triplet: D6, F2 and B6. RGB value is (214,242,182). Sum of RGB (Red+Green+Blue) = 214+242+182=638 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.54% from 638); Green value is 242 (94.92% from 255 or 37.93% from 638); Blue value is 182 (71.48% from 255 or 28.53% from 638); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F2B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F2B6 is #290D49. Grayscale: #E3E3E3. Windows color (decimal): -2690378 or 11989718. OLE color: 11989718.

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

Color convert

RGB214242182-
CMYK0.1200.250.05
HSL88º69.77%83.14%-
HSV(B)88º24.79%94.9%-
XYZ67.9381.1856.34-
YUV226.79102.72118.88-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.54%
GREEN value IS 242 (94.92% from 255) = 37.93%
BLUE value IS 182 (71.48% from 255) = 28.53%
R=33.54%
G=37.93%
B=28.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2142421820.1200.250.058869.7783.14
HexD6F2B6C0195584653
Octal326362266140315130106123
Binary1101011011110010101101101100011001101101100010001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F2B6; }

 p { color: rgb(214,242,182); }

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

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

 a { background-color: rgb(214,242,182); }

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

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

 span { border-color: rgb(214,242,182); }

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