#D8F0BA

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

Shades of Tea Green #D8F0BA

Tints of Tea Green #D8F0BA

Color information

#D8F0BA (or 0xD8F0BA) is unknown color: approx Tea Green. HEX triplet: D8, F0 and BA. RGB value is (216,240,186). Sum of RGB (Red+Green+Blue) = 216+240+186=642 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.64% from 642); Green value is 240 (94.14% from 255 or 37.38% from 642); Blue value is 186 (73.05% from 255 or 28.97% from 642); Max value from RGB is 240 - color contains mainly: green. Hex color #D8F0BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8F0BA is #270F45. Grayscale: #E2E2E2. Windows color (decimal): -2559814 or 12251352. OLE color: 12251352.

HSL color Cylindrical-coordinate representation of color #D8F0BA: hue angle of 86.67º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D8F0BA is Cyan = 0.1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB216240186-
CMYK0.100.220.06
HSL86.67º64.29%83.53%-
HSV(B)86.67º22.5%94.12%-
XYZ68.3480.4658.38-
YUV226.67105.05120.39-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.64%
GREEN value IS 240 (94.14% from 255) = 37.38%
BLUE value IS 186 (73.05% from 255) = 28.97%
R=33.64%
G=37.38%
B=28.97%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2162401860.100.220.0686.6764.2983.53
HexD8F0BAA0166574054
Octal330360272120266127100124
Binary1101100011110000101110101010010110110101011110000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8F0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8F0BA; }

 p { color: rgb(216,240,186); }

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

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

 a { background-color: rgb(216,240,186); }

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

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

 span { border-color: rgb(216,240,186); }

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