#12F0B8

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

Shades of Medium Spring Green #12F0B8

Tints of Medium Spring Green #12F0B8

Color information

#12F0B8 (or 0x12F0B8) is unknown color: approx Medium Spring Green. HEX triplet: 12, F0 and B8. RGB value is (18,240,184). Sum of RGB (Red+Green+Blue) = 18+240+184=442 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.07% from 442); Green value is 240 (94.14% from 255 or 54.30% from 442); Blue value is 184 (72.27% from 255 or 41.63% from 442); Max value from RGB is 240 - color contains mainly: green. Hex color #12F0B8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12F0B8 is #ED0F47. Grayscale: #A7A7A7. Windows color (decimal): -15535944 or 12120082. OLE color: 12120082.

HSL color Cylindrical-coordinate representation of color #12F0B8: hue angle of 164.86º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F0B8 is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB18240184-
CMYK0.9200.230.06
HSL164.86º88.1%50.59%-
HSV(B)164.86º92.5%94.12%-
XYZ40.0665.9155.96-
YUV167.24137.4521.55-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.07%
GREEN value IS 240 (94.14% from 255) = 54.30%
BLUE value IS 184 (72.27% from 255) = 41.63%
R=4.07%
G=54.30%
B=41.63%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal182401840.9200.230.06164.8688.150.59
Hex12F0B85C0176a55833
Octal22360270134027624513063
Binary1001011110000101110001011100010111110101001011011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12F0B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,240,184); }

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

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

 a { background-color: rgb(18,240,184); }

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

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

 span { border-color: rgb(18,240,184); }

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