#08FBAF

Color #08FBAF Medium Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Spring Green #08FBAF

Tints of Medium Spring Green #08FBAF

Color information

#08FBAF (or 0x08FBAF) is unknown color: approx Medium Spring Green. HEX triplet: 08, FB and AF. RGB value is (8,251,175). Sum of RGB (Red+Green+Blue) = 8+251+175=434 (57% of max value = 765). Red value is 8 (3.52% from 255 or 1.84% from 434); Green value is 251 (98.44% from 255 or 57.83% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 251 - color contains mainly: green. Hex color #08FBAF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #08FBAF is #F70450. Grayscale: #A9A9A9. Windows color (decimal): -16188497 or 11533064. OLE color: 11533064.

HSL color Cylindrical-coordinate representation of color #08FBAF: hue angle of 161.23º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08FBAF is Cyan = 0.97, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB8251175-
CMYK0.9700.300.02
HSL161.23º96.81%50.78%-
HSV(B)161.23º96.81%98.43%-
XYZ42.3472.1452.25-
YUV169.68130.9912.68-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.84%
GREEN value IS 251 (98.44% from 255) = 57.83%
BLUE value IS 175 (68.75% from 255) = 40.32%
R=1.84%
G=57.83%
B=40.32%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal82511750.9700.300.02161.2396.8150.78
Hex8FBAF6101E2a16133
Octal10373257141036224114163
Binary10001111101110101111110000101111010101000011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08FBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08FBAF; }

 p { color: rgb(8,251,175); }

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

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

 a { background-color: rgb(8,251,175); }

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

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

 span { border-color: rgb(8,251,175); }

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