#D2FFBC

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

Shades of Tea Green #D2FFBC

Tints of Tea Green #D2FFBC

Color information

#D2FFBC (or 0xD2FFBC) is unknown color: approx Tea Green. HEX triplet: D2, FF and BC. RGB value is (210,255,188). Sum of RGB (Red+Green+Blue) = 210+255+188=653 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.16% from 653); Green value is 255 (100% from 255 or 39.05% from 653); Blue value is 188 (73.83% from 255 or 28.79% from 653); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FFBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FFBC is #2D0043. Grayscale: #EAEAEA. Windows color (decimal): -2949188 or 12386258. OLE color: 12386258.

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

Color convert

RGB210255188-
CMYK0.1800.260
HSL100.3º100%86.86%-
HSV(B)100.3º26.27%100%-
XYZ71.4288.8560.96-
YUV233.91102.09110.95-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.16%
GREEN value IS 255 (100% from 255) = 39.05%
BLUE value IS 188 (73.83% from 255) = 28.79%
R=32.16%
G=39.05%
B=28.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2102551880.1800.260100.310086.86
HexD2FFBC1201A0646457
Octal322377274220320144144127
Binary110100101111111110111100100100110100110010011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FFBC; }

 p { color: rgb(210,255,188); }

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

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

 a { background-color: rgb(210,255,188); }

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

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

 span { border-color: rgb(210,255,188); }

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