Html Css Color HEX #12F6BA Medium Spring Green

📋 copy color: '#12F6BA'

red 18 ◦ green 246 ◦ blue 186

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

Shades of Medium Spring Green #12F6BA

Tints of Medium Spring Green #12F6BA

RGB

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

 GREEN value IS 246 (96.48% from 255) = 54.67%

 BLUE value IS 186 (73.05% from 255) = 41.33%

R = 4%
G = 54.67%
B = 41.33%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#12F6BA (or 0x12F6BA) is known color: Medium Spring Green. HEX triplet: 12, F6 and BA. RGB value is (18,246,186). Sum of RGB (Red+Green+Blue) = 18+246+186=450 (59% of max value = 765). Red value is 18 (7.42% from 255 or 4% from 450); Green value is 246 (96.48% from 255 or 54.67% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 246 - color contains mainly: green. Hex color #12F6BA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12F6BA is #ED0945. Grayscale: #ABABAB. Windows color (decimal): -15534406 or 12252690. OLE color: 12252690.

HSL color Cylindrical-coordinate representation of color #12F6BA: hue angle of 164.21º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F6BA is Cyan = 0.93, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 18 246 186 -
CMYK 0.93 0 0.24 0.04
HSL 164.21º 0.93% 0.52% -
HSV(B) 164.21º 0.93% 0.96% -
XYZ 42.07 69.59 57.67 -
YUV 170.99 136.46 18.88 -
System Red Green Blue C M Y K H S L
Decimal 18 246 186 0.93 0 0.24 0.04 164.21 0.93 0.52
Hex 12 F6 BA 5D 0 18 4 A4 5D 34
Octal 22 366 272 135 0 30 4 244 135 64
Binary 10010 11110110 10111010 1011101 0 11000 100 10100100 1011101 110100

Color Harmonies of #12F6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F6BA

Black with #12F6BA

Text Example


Text Example

White with #12F6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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