Html Css Color HEX #12EBA8 Medium Spring Green

📋 copy color: '#12EBA8'

red 18 ◦ green 235 ◦ blue 168

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

Shades of Medium Spring Green #12EBA8

Tints of Medium Spring Green #12EBA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 39.9%

R = 4.28%
G = 55.82%
B = 39.9%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#12EBA8 (or 0x12EBA8) is known color: Medium Spring Green. HEX triplet: 12, EB and A8. RGB value is (18,235,168). Sum of RGB (Red+Green+Blue) = 18+235+168=421 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.28% from 421); Green value is 235 (92.19% from 255 or 55.82% from 421); Blue value is 168 (66.02% from 255 or 39.90% from 421); Max value from RGB is 235 - color contains mainly: green. Hex color #12EBA8 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12EBA8 is #ED1457. Grayscale: #A2A2A2. Windows color (decimal): -15537240 or 11070226. OLE color: 11070226.

HSL color Cylindrical-coordinate representation of color #12EBA8: hue angle of 161.47º 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 #12EBA8 is Cyan = 0.92, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 18 235 168 -
CMYK 0.92 0 0.29 0.08
HSL 161.47º 0.86% 0.5% -
HSV(B) 161.47º 0.92% 0.92% -
XYZ 37.03 62.37 47.13 -
YUV 162.48 131.11 24.95 -
System Red Green Blue C M Y K H S L
Decimal 18 235 168 0.92 0 0.29 0.08 161.47 0.86 0.5
Hex 12 EB A8 5C 0 1D 8 A1 56 32
Octal 22 353 250 134 0 35 10 241 126 62
Binary 10010 11101011 10101000 1011100 0 11101 1000 10100001 1010110 110010

Color Harmonies of #12EBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12EBA8

Black with #12EBA8

Text Example


Text Example

White with #12EBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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