Html Css Color HEX #12FAB2 Medium Spring Green

📋 copy color: '#12FAB2'

red 18 ◦ green 250 ◦ blue 178

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

Shades of Medium Spring Green #12FAB2

Tints of Medium Spring Green #12FAB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.91%

R = 4.04%
G = 56.05%
B = 39.91%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#12FAB2 (or 0x12FAB2) is known color: Medium Spring Green. HEX triplet: 12, FA and B2. RGB value is (18,250,178). Sum of RGB (Red+Green+Blue) = 18+250+178=446 (59% of max value = 765). Red value is 18 (7.42% from 255 or 4.04% from 446); Green value is 250 (98.05% from 255 or 56.05% from 446); Blue value is 178 (69.92% from 255 or 39.91% from 446); Max value from RGB is 250 - color contains mainly: green. Hex color #12FAB2 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12FAB2 is #ED054D. Grayscale: #ACACAC. Windows color (decimal): -15533390 or 11729426. OLE color: 11729426.

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

Color convert

RGB 18 250 178 -
CMYK 0.93 0 0.29 0.02
HSL 161.38º 0.96% 0.53% -
HSV(B) 161.38º 0.93% 0.98% -
XYZ 42.47 71.71 53.72 -
YUV 172.42 131.14 17.85 -
System Red Green Blue C M Y K H S L
Decimal 18 250 178 0.93 0 0.29 0.02 161.38 0.96 0.53
Hex 12 FA B2 5D 0 1D 2 A1 60 35
Octal 22 372 262 135 0 35 2 241 140 65
Binary 10010 11111010 10110010 1011101 0 11101 10 10100001 1100000 110101

Color Harmonies of #12FAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FAB2

Black with #12FAB2

Text Example


Text Example

White with #12FAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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