#12FBBA

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

Shades of Medium Spring Green #12FBBA

Tints of Medium Spring Green #12FBBA

Color information

#12FBBA (or 0x12FBBA) is unknown color: approx Medium Spring Green. HEX triplet: 12, FB and BA. RGB value is (18,251,186). Sum of RGB (Red+Green+Blue) = 18+251+186=455 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.96% from 455); Green value is 251 (98.44% from 255 or 55.16% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 251 - color contains mainly: green. Hex color #12FBBA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FBBA is #ED0445. Grayscale: #ADADAD. Windows color (decimal): -15533126 or 12253970. OLE color: 12253970.

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

Color convert

RGB18251186-
CMYK0.9300.260.02
HSL163.26º96.68%52.75%-
HSV(B)163.26º92.83%98.43%-
XYZ43.6172.6758.18-
YUV173.92134.8116.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 3.96%
GREEN value IS 251 (98.44% from 255) = 55.16%
BLUE value IS 186 (73.05% from 255) = 40.88%
R=3.96%
G=55.16%
B=40.88%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal182511860.9300.260.02163.2696.6852.75
Hex12FBBA5D01A2a36135
Octal22373272135032224314165
Binary100101111101110111010101110101101010101000111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12FBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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