Html Css Color HEX #12FABC Medium Spring Green

📋 copy color: '#12FABC'

red 18 ◦ green 250 ◦ blue 188

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

Shades of Medium Spring Green #12FABC

Tints of Medium Spring Green #12FABC

RGB

 RED value IS 18 (7.42% from 255) = 3.95%

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

 BLUE value IS 188 (73.83% from 255) = 41.23%

R = 3.95%
G = 54.82%
B = 41.23%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#12FABC (or 0x12FABC) is known color: Medium Spring Green. HEX triplet: 12, FA and BC. RGB value is (18,250,188). Sum of RGB (Red+Green+Blue) = 18+250+188=456 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.95% from 456); Green value is 250 (98.05% from 255 or 54.82% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 250 - color contains mainly: green. Hex color #12FABC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FABC is #ED0543. Grayscale: #ADADAD. Windows color (decimal): -15533380 or 12384786. OLE color: 12384786.

HSL color Cylindrical-coordinate representation of color #12FABC: hue angle of 163.97º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FABC is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 250 188 -
CMYK 0.93 0 0.25 0.02
HSL 163.97º 0.96% 0.53% -
HSV(B) 163.97º 0.93% 0.98% -
XYZ 43.51 72.13 59.21 -
YUV 173.56 136.14 17.04 -
System Red Green Blue C M Y K H S L
Decimal 18 250 188 0.93 0 0.25 0.02 163.97 0.96 0.53
Hex 12 FA BC 5D 0 19 2 A4 60 35
Octal 22 372 274 135 0 31 2 244 140 65
Binary 10010 11111010 10111100 1011101 0 11001 10 10100100 1100000 110101

Color Harmonies of #12FABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FABC

Black with #12FABC

Text Example


Text Example

White with #12FABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12FABC; }

 p { color: rgb(18,250,188); }

 H1.HeaderClassName
 {
   color: #12FABC;
 }
 .AnyTagClassName
 {
   color: #12FABC;
 }
</style>

background-color css

<style>
 a { background-color: #12FABC; }

 a { background-color: rgb(18,250,188); }

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

border-color css

<style>
 span { border-color: #12FABC; }

 span { border-color: rgb(18,250,188); }

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