Html Css Color HEX #12EEBA Medium Spring Green

📋 copy color: '#12EEBA'

red 18 ◦ green 238 ◦ blue 186

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

Shades of Medium Spring Green #12EEBA

Tints of Medium Spring Green #12EEBA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 53.85%

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

R = 4.07%
G = 53.85%
B = 42.08%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#12EEBA (or 0x12EEBA) is known color: Medium Spring Green. HEX triplet: 12, EE and BA. RGB value is (18,238,186). Sum of RGB (Red+Green+Blue) = 18+238+186=442 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.07% from 442); Green value is 238 (93.36% from 255 or 53.85% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 238 - color contains mainly: green. Hex color #12EEBA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12EEBA is #ED1145. Grayscale: #A6A6A6. Windows color (decimal): -15536454 or 12250642. OLE color: 12250642.

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

Color convert

RGB 18 238 186 -
CMYK 0.92 0 0.22 0.07
HSL 165.82º 0.87% 0.5% -
HSV(B) 165.82º 0.92% 0.93% -
XYZ 39.69 64.82 56.87 -
YUV 166.29 139.11 22.23 -
System Red Green Blue C M Y K H S L
Decimal 18 238 186 0.92 0 0.22 0.07 165.82 0.87 0.5
Hex 12 EE BA 5C 0 16 7 A6 57 32
Octal 22 356 272 134 0 26 7 246 127 62
Binary 10010 11101110 10111010 1011100 0 10110 111 10100110 1010111 110010

Color Harmonies of #12EEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12EEBA

Black with #12EEBA

Text Example


Text Example

White with #12EEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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