#D2F6BA

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

Shades of Tea Green #D2F6BA

Tints of Tea Green #D2F6BA

Color information

#D2F6BA (or 0xD2F6BA) is unknown color: approx Tea Green. HEX triplet: D2, F6 and BA. RGB value is (210,246,186). Sum of RGB (Red+Green+Blue) = 210+246+186=642 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.71% from 642); Green value is 246 (96.48% from 255 or 38.32% from 642); Blue value is 186 (73.05% from 255 or 28.97% from 642); Max value from RGB is 246 - color contains mainly: green. Hex color #D2F6BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F6BA is #2D0945. Grayscale: #E4E4E4. Windows color (decimal): -2951494 or 12252882. OLE color: 12252882.

HSL color Cylindrical-coordinate representation of color #D2F6BA: hue angle of 96º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D2F6BA is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB210246186-
CMYK0.1500.240.04
HSL96º76.92%84.71%-
HSV(B)96º24.39%96.47%-
XYZ68.483.1658.9-
YUV228.4104.07114.88-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.71%
GREEN value IS 246 (96.48% from 255) = 38.32%
BLUE value IS 186 (73.05% from 255) = 28.97%
R=32.71%
G=38.32%
B=28.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2102461860.1500.240.049676.9284.71
HexD2F6BAF0184604d55
Octal322366272170304140115125
Binary1101001011110110101110101111011000100110000010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F6BA; }

 p { color: rgb(210,246,186); }

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

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

 a { background-color: rgb(210,246,186); }

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

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

 span { border-color: rgb(210,246,186); }

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