Html Css Color HEX #12FAAF Medium Spring Green

📋 copy color: '#12FAAF'

red 18 ◦ green 250 ◦ blue 175

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

Shades of Medium Spring Green #12FAAF

Tints of Medium Spring Green #12FAAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.5%

R = 4.06%
G = 56.43%
B = 39.5%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#12FAAF (or 0x12FAAF) is known color: Medium Spring Green. HEX triplet: 12, FA and AF. RGB value is (18,250,175). Sum of RGB (Red+Green+Blue) = 18+250+175=443 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.06% from 443); Green value is 250 (98.05% from 255 or 56.43% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 250 - color contains mainly: green. Hex color #12FAAF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12FAAF is #ED0550. Grayscale: #ACACAC. Windows color (decimal): -15533393 or 11532818. OLE color: 11532818.

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

Color convert

RGB 18 250 175 -
CMYK 0.93 0 0.3 0.02
HSL 160.6º 0.96% 0.53% -
HSV(B) 160.6º 0.93% 0.98% -
XYZ 42.17 71.59 52.15 -
YUV 172.08 129.64 18.1 -
System Red Green Blue C M Y K H S L
Decimal 18 250 175 0.93 0 0.3 0.02 160.6 0.96 0.53
Hex 12 FA AF 5D 0 1E 2 A1 60 35
Octal 22 372 257 135 0 36 2 241 140 65
Binary 10010 11111010 10101111 1011101 0 11110 10 10100001 1100000 110101

Color Harmonies of #12FAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FAAF

Black with #12FAAF

Text Example


Text Example

White with #12FAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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