#08f2b2

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

Shades of Medium Spring Green #08F2B2

Tints of Medium Spring Green #08F2B2

Color information

#08F2B2 (or 0x08F2B2) is unknown color: approx Medium Spring Green. HEX triplet: 08, F2 and B2. RGB value is (8,242,178). Sum of RGB (Red+Green+Blue) = 8+242+178=428 (56% of max value = 765). Red value is 8 (3.52% from 255 or 1.87% from 428); Green value is 242 (94.92% from 255 or 56.54% from 428); Blue value is 178 (69.92% from 255 or 41.59% from 428); Max value from RGB is 242 - color contains mainly: green. Hex color #08F2B2 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #08F2B2 is #F70D4D. Grayscale: #A4A4A4. Windows color (decimal): -16190798 or 11727368. OLE color: 11727368.

HSL color Cylindrical-coordinate representation of color #08F2B2: hue angle of 163.59º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08F2B2 is Cyan = 0.97, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB8242178-
CMYK0.9700.260.05
HSL163.59º93.6%49.02%-
HSV(B)163.59º96.69%94.9%-
XYZ39.8966.7752.91-
YUV164.74135.4816.2-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.87%
GREEN value IS 242 (94.92% from 255) = 56.54%
BLUE value IS 178 (69.92% from 255) = 41.59%
R=1.87%
G=56.54%
B=41.59%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal82421780.9700.260.05163.5993.649.02
Hex8F2B26101A5a45e31
Octal10362262141032524413661
Binary100011110010101100101100001011010101101001001011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08f2b2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,242,178); }

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

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

 a { background-color: rgb(8,242,178); }

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

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

 span { border-color: rgb(8,242,178); }

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