Html Css Color HEX #10FABA Medium Spring Green

📋 copy color: '#10FABA'

red 16 ◦ green 250 ◦ blue 186

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

Shades of Medium Spring Green #10FABA

Tints of Medium Spring Green #10FABA

RGB

 RED value IS 16 (6.64% from 255) = 3.54%

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

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

R = 3.54%
G = 55.31%
B = 41.15%

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

#10FABA (or 0x10FABA) is known color: Medium Spring Green. HEX triplet: 10, FA and BA. RGB value is (16,250,186). Sum of RGB (Red+Green+Blue) = 16+250+186=452 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.54% from 452); Green value is 250 (98.05% from 255 or 55.31% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 250 - color contains mainly: green. Hex color #10FABA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10FABA is #EF0545. Grayscale: #ACACAC. Windows color (decimal): -15664454 or 12253712. OLE color: 12253712.

HSL color Cylindrical-coordinate representation of color #10FABA: hue angle of 163.59º 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 #10FABA is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 16 250 186 -
CMYK 0.94 0 0.26 0.02
HSL 163.59º 0.96% 0.52% -
HSV(B) 163.59º 0.94% 0.98% -
XYZ 43.26 72.03 58.08 -
YUV 172.74 135.48 16.2 -
System Red Green Blue C M Y K H S L
Decimal 16 250 186 0.94 0 0.26 0.02 163.59 0.96 0.52
Hex 10 FA BA 5E 0 1A 2 A4 60 34
Octal 20 372 272 136 0 32 2 244 140 64
Binary 10000 11111010 10111010 1011110 0 11010 10 10100100 1100000 110100

Color Harmonies of #10FABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10FABA

Black with #10FABA

Text Example


Text Example

White with #10FABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10FABA; }

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

 H1.HeaderClassName
 {
   color: #10FABA;
 }
 .AnyTagClassName
 {
   color: #10FABA;
 }
</style>

background-color css

<style>
 a { background-color: #10FABA; }

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

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

border-color css

<style>
 span { border-color: #10FABA; }

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

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