#12f3ab

Color #12F3AB Medium Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Spring Green #12F3AB

Tints of Medium Spring Green #12F3AB

Color information

#12F3AB (or 0x12F3AB) is unknown color: approx Medium Spring Green. HEX triplet: 12, F3 and AB. RGB value is (18,243,171). Sum of RGB (Red+Green+Blue) = 18+243+171=432 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.17% from 432); Green value is 243 (95.31% from 255 or 56.25% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 243 - color contains mainly: green. Hex color #12F3AB is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12F3AB is #ED0C54. Grayscale: #A7A7A7. Windows color (decimal): -15535189 or 11268882. OLE color: 11268882.

HSL color Cylindrical-coordinate representation of color #12F3AB: hue angle of 160.8º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F3AB is Cyan = 0.93, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB18243171-
CMYK0.9300.300.05
HSL160.8º90.36%51.18%-
HSV(B)160.8º92.59%95.29%-
XYZ39.6567.1749.4-
YUV167.52129.9621.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.17%
GREEN value IS 243 (95.31% from 255) = 56.25%
BLUE value IS 171 (67.19% from 255) = 39.58%
R=4.17%
G=56.25%
B=39.58%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal182431710.9300.300.05160.890.3651.18
Hex12F3AB5D01E5a15a33
Octal22363253135036524113263
Binary1001011110011101010111011101011110101101000011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12f3ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #12f3ab;
 }
 .AnyTagClassName
 {
   color: #12f3ab;
 }
</style>
background-color css

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

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

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

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

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

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