Html Css Color HEX #0FF0AB Medium Spring Green

📋 copy color: '#0FF0AB'

red 15 ◦ green 240 ◦ blue 171

#0FF0AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Spring Green #0FF0AB

Tints of Medium Spring Green #0FF0AB

RGB

 RED value IS 15 (6.25% from 255) = 3.52%

 GREEN value IS 240 (94.14% from 255) = 56.34%

 BLUE value IS 171 (67.19% from 255) = 40.14%

R = 3.52%
G = 56.34%
B = 40.14%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#0FF0AB (or 0x0FF0AB) is known color: Medium Spring Green. HEX triplet: 0F, F0 and AB. RGB value is (15,240,171). Sum of RGB (Red+Green+Blue) = 15+240+171=426 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.52% from 426); Green value is 240 (94.14% from 255 or 56.34% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 240 - color contains mainly: green. Hex color #0FF0AB is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FF0AB is #F00F54. Grayscale: #A4A4A4. Windows color (decimal): -15732565 or 11268111. OLE color: 11268111.

HSL color Cylindrical-coordinate representation of color #0FF0AB: hue angle of 161.6º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF0AB is Cyan = 0.94, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 15 240 171 -
CMYK 0.94 0 0.29 0.06
HSL 161.6º 0.88% 0.5% -
HSV(B) 161.6º 0.94% 0.94% -
XYZ 38.71 65.36 49.1 -
YUV 164.86 131.46 21.11 -
System Red Green Blue C M Y K H S L
Decimal 15 240 171 0.94 0 0.29 0.06 161.6 0.88 0.5
Hex F F0 AB 5E 0 1D 6 A2 58 32
Octal 17 360 253 136 0 35 6 242 130 62
Binary 1111 11110000 10101011 1011110 0 11101 110 10100010 1011000 110010

Color Harmonies of #0FF0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FF0AB

Black with #0FF0AB

Text Example


Text Example

White with #0FF0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0FF0AB; }

 p { color: rgb(15,240,171); }

 H1.HeaderClassName
 {
   color: #0FF0AB;
 }
 .AnyTagClassName
 {
   color: #0FF0AB;
 }
</style>

background-color css

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

 a { background-color: rgb(15,240,171); }

 div.DivClassName
 {
   background-color: #0FF0AB;
 }
 .BgClassName
 {
   background-color: #0FF0AB;
 }
</style>

border-color css

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

 span { border-color: rgb(15,240,171); }

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