#D7F2BA

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

Shades of Tea Green #D7F2BA

Tints of Tea Green #D7F2BA

Color information

#D7F2BA (or 0xD7F2BA) is unknown color: approx Tea Green. HEX triplet: D7, F2 and BA. RGB value is (215,242,186). Sum of RGB (Red+Green+Blue) = 215+242+186=643 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.44% from 643); Green value is 242 (94.92% from 255 or 37.64% from 643); Blue value is 186 (73.05% from 255 or 28.93% from 643); Max value from RGB is 242 - color contains mainly: green. Hex color #D7F2BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7F2BA is #280D45. Grayscale: #E3E3E3. Windows color (decimal): -2624838 or 12251863. OLE color: 12251863.

HSL color Cylindrical-coordinate representation of color #D7F2BA: hue angle of 88.93º degrees, saturation: 0.68, 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 #D7F2BA is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB215242186-
CMYK0.1100.230.05
HSL88.93º68.29%83.92%-
HSV(B)88.93º23.14%94.9%-
XYZ68.6481.558.57-
YUV227.54104.55119.05-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.44%
GREEN value IS 242 (94.92% from 255) = 37.64%
BLUE value IS 186 (73.05% from 255) = 28.93%
R=33.44%
G=37.64%
B=28.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2152421860.1100.230.0588.9368.2983.92
HexD7F2BAB0175594454
Octal327362272130275131104124
Binary1101011111110010101110101011010111101101100110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7F2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7F2BA; }

 p { color: rgb(215,242,186); }

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

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

 a { background-color: rgb(215,242,186); }

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

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

 span { border-color: rgb(215,242,186); }

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