Html Css Color HEX #0FFABA Medium Spring Green

📋 copy color: '#0FFABA'

red 15 ◦ green 250 ◦ blue 186

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

Shades of Medium Spring Green #0FFABA

Tints of Medium Spring Green #0FFABA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 55.43%

 BLUE value IS 186 (73.05% from 255) = 41.24%

R = 3.33%
G = 55.43%
B = 41.24%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#0FFABA (or 0x0FFABA) is known color: Medium Spring Green. HEX triplet: 0F, FA and BA. RGB value is (15,250,186). Sum of RGB (Red+Green+Blue) = 15+250+186=451 (59% of max value = 765). Red value is 15 (6.25% from 255 or 3.33% from 451); Green value is 250 (98.05% from 255 or 55.43% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 250 - color contains mainly: green. Hex color #0FFABA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFABA is #F00545. Grayscale: #ACACAC. Windows color (decimal): -15729990 or 12253711. OLE color: 12253711.

HSL color Cylindrical-coordinate representation of color #0FFABA: hue angle of 163.66º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFABA is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 15 250 186 -
CMYK 0.94 0 0.26 0.02
HSL 163.66º 0.96% 0.52% -
HSV(B) 163.66º 0.94% 0.98% -
XYZ 43.25 72.02 58.08 -
YUV 172.44 135.64 15.7 -
System Red Green Blue C M Y K H S L
Decimal 15 250 186 0.94 0 0.26 0.02 163.66 0.96 0.52
Hex F FA BA 5E 0 1A 2 A4 60 34
Octal 17 372 272 136 0 32 2 244 140 64
Binary 1111 11111010 10111010 1011110 0 11010 10 10100100 1100000 110100

Color Harmonies of #0FFABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFABA

Black with #0FFABA

Text Example


Text Example

White with #0FFABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,250,186); }

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

background-color css

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

 a { background-color: rgb(15,250,186); }

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

border-color css

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

 span { border-color: rgb(15,250,186); }

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