Html Css Color HEX #12EFBA Medium Spring Green

📋 copy color: '#12EFBA'

red 18 ◦ green 239 ◦ blue 186

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

Shades of Medium Spring Green #12EFBA

Tints of Medium Spring Green #12EFBA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 53.95%

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

R = 4.06%
G = 53.95%
B = 41.99%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#12EFBA (or 0x12EFBA) is known color: Medium Spring Green. HEX triplet: 12, EF and BA. RGB value is (18,239,186). Sum of RGB (Red+Green+Blue) = 18+239+186=443 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.06% from 443); Green value is 239 (93.75% from 255 or 53.95% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 239 - color contains mainly: green. Hex color #12EFBA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12EFBA is #ED1045. Grayscale: #A6A6A6. Windows color (decimal): -15536198 or 12250898. OLE color: 12250898.

HSL color Cylindrical-coordinate representation of color #12EFBA: hue angle of 165.61º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12EFBA is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 18 239 186 -
CMYK 0.92 0 0.22 0.06
HSL 165.61º 0.87% 0.5% -
HSV(B) 165.61º 0.92% 0.94% -
XYZ 39.98 65.41 56.97 -
YUV 166.88 138.78 21.81 -
System Red Green Blue C M Y K H S L
Decimal 18 239 186 0.92 0 0.22 0.06 165.61 0.87 0.5
Hex 12 EF BA 5C 0 16 6 A6 57 32
Octal 22 357 272 134 0 26 6 246 127 62
Binary 10010 11101111 10111010 1011100 0 10110 110 10100110 1010111 110010

Color Harmonies of #12EFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12EFBA

Black with #12EFBA

Text Example


Text Example

White with #12EFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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