Html Css Color HEX #12FBAB Medium Spring Green

📋 copy color: '#12FBAB'

red 18 ◦ green 251 ◦ blue 171

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

Shades of Medium Spring Green #12FBAB

Tints of Medium Spring Green #12FBAB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 57.05%

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

R = 4.09%
G = 57.05%
B = 38.86%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#12FBAB (or 0x12FBAB) is known color: Medium Spring Green. HEX triplet: 12, FB and AB. RGB value is (18,251,171). Sum of RGB (Red+Green+Blue) = 18+251+171=440 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.09% from 440); Green value is 251 (98.44% from 255 or 57.05% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 251 - color contains mainly: green. Hex color #12FBAB is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12FBAB is #ED0454. Grayscale: #ACACAC. Windows color (decimal): -15533141 or 11270930. OLE color: 11270930.

HSL color Cylindrical-coordinate representation of color #12FBAB: hue angle of 159.4º degrees, saturation: 0.97, 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 #12FBAB is Cyan = 0.93, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 251 171 -
CMYK 0.93 0 0.32 0.02
HSL 159.4º 0.97% 0.53% -
HSV(B) 159.4º 0.93% 0.98% -
XYZ 42.1 72.06 50.22 -
YUV 172.21 127.31 18 -
System Red Green Blue C M Y K H S L
Decimal 18 251 171 0.93 0 0.32 0.02 159.4 0.97 0.53
Hex 12 FB AB 5D 0 20 2 9F 61 35
Octal 22 373 253 135 0 40 2 237 141 65
Binary 10010 11111011 10101011 1011101 0 100000 10 10011111 1100001 110101

Color Harmonies of #12FBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FBAB

Black with #12FBAB

Text Example


Text Example

White with #12FBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,251,171); }

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

background-color css

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

 a { background-color: rgb(18,251,171); }

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

border-color css

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

 span { border-color: rgb(18,251,171); }

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