Html Css Color HEX #12EBAC Medium Spring Green

📋 copy color: '#12EBAC'

red 18 ◦ green 235 ◦ blue 172

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

Shades of Medium Spring Green #12EBAC

Tints of Medium Spring Green #12EBAC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 55.29%

 BLUE value IS 172 (67.58% from 255) = 40.47%

R = 4.24%
G = 55.29%
B = 40.47%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#12EBAC (or 0x12EBAC) is known color: Medium Spring Green. HEX triplet: 12, EB and AC. RGB value is (18,235,172). Sum of RGB (Red+Green+Blue) = 18+235+172=425 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.24% from 425); Green value is 235 (92.19% from 255 or 55.29% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 235 - color contains mainly: green. Hex color #12EBAC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12EBAC is #ED1453. Grayscale: #A2A2A2. Windows color (decimal): -15537236 or 11332370. OLE color: 11332370.

HSL color Cylindrical-coordinate representation of color #12EBAC: hue angle of 162.58º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12EBAC is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB 18 235 172 -
CMYK 0.92 0 0.27 0.08
HSL 162.58º 0.86% 0.5% -
HSV(B) 162.58º 0.92% 0.92% -
XYZ 37.4 62.52 49.13 -
YUV 162.94 133.11 24.62 -
System Red Green Blue C M Y K H S L
Decimal 18 235 172 0.92 0 0.27 0.08 162.58 0.86 0.5
Hex 12 EB AC 5C 0 1B 8 A3 56 32
Octal 22 353 254 134 0 33 10 243 126 62
Binary 10010 11101011 10101100 1011100 0 11011 1000 10100011 1010110 110010

Color Harmonies of #12EBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12EBAC

Black with #12EBAC

Text Example


Text Example

White with #12EBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,235,172); }

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

background-color css

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

 a { background-color: rgb(18,235,172); }

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

border-color css

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

 span { border-color: rgb(18,235,172); }

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