#D2F1BA

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

Shades of Tea Green #D2F1BA

Tints of Tea Green #D2F1BA

Color information

#D2F1BA (or 0xD2F1BA) is unknown color: approx Tea Green. HEX triplet: D2, F1 and BA. RGB value is (210,241,186). Sum of RGB (Red+Green+Blue) = 210+241+186=637 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.97% from 637); Green value is 241 (94.53% from 255 or 37.83% from 637); Blue value is 186 (73.05% from 255 or 29.20% from 637); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F1BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F1BA is #2D0E45. Grayscale: #E1E1E1. Windows color (decimal): -2952774 or 12251602. OLE color: 12251602.

HSL color Cylindrical-coordinate representation of color #D2F1BA: hue angle of 93.82º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D2F1BA is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB210241186-
CMYK0.1300.230.05
HSL93.82º66.27%83.73%-
HSV(B)93.82º22.82%94.51%-
XYZ66.980.1658.4-
YUV225.46105.73116.97-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.97%
GREEN value IS 241 (94.53% from 255) = 37.83%
BLUE value IS 186 (73.05% from 255) = 29.20%
R=32.97%
G=37.83%
B=29.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2102411860.1300.230.0593.8266.2783.73
HexD2F1BAD01755e4254
Octal322361272150275136102124
Binary1101001011110001101110101101010111101101111010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F1BA; }

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

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

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

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

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

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

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

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