#08F8BA

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

Shades of Medium Spring Green #08F8BA

Tints of Medium Spring Green #08F8BA

Color information

#08F8BA (or 0x08F8BA) is unknown color: approx Medium Spring Green. HEX triplet: 08, F8 and BA. RGB value is (8,248,186). Sum of RGB (Red+Green+Blue) = 8+248+186=442 (58% of max value = 765). Red value is 8 (3.52% from 255 or 1.81% from 442); Green value is 248 (97.27% from 255 or 56.11% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 248 - color contains mainly: green. Hex color #08F8BA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08F8BA is #F70745. Grayscale: #A9A9A9. Windows color (decimal): -16189254 or 12253192. OLE color: 12253192.

HSL color Cylindrical-coordinate representation of color #08F8BA: hue angle of 164.5º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08F8BA is Cyan = 0.97, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB8248186-
CMYK0.9700.250.03
HSL164.5º94.49%50.2%-
HSV(B)164.5º96.77%97.25%-
XYZ42.5370.7357.87-
YUV169.17137.4913.04-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.81%
GREEN value IS 248 (97.27% from 255) = 56.11%
BLUE value IS 186 (73.05% from 255) = 42.08%
R=1.81%
G=56.11%
B=42.08%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal82481860.9700.250.03164.594.4950.2
Hex8F8BA610193a45e32
Octal10370272141031324413662
Binary10001111100010111010110000101100111101001001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08F8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,248,186); }

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

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

 a { background-color: rgb(8,248,186); }

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

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

 span { border-color: rgb(8,248,186); }

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