Html Css Color HEX #12EAA8 Medium Spring Green

📋 copy color: '#12EAA8'

red 18 ◦ green 234 ◦ blue 168

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

Shades of Medium Spring Green #12EAA8

Tints of Medium Spring Green #12EAA8

RGB

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

 GREEN value IS 234 (91.8% from 255) = 55.71%

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

R = 4.29%
G = 55.71%
B = 40%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#12EAA8 (or 0x12EAA8) is known color: Medium Spring Green. HEX triplet: 12, EA and A8. RGB value is (18,234,168). Sum of RGB (Red+Green+Blue) = 18+234+168=420 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.29% from 420); Green value is 234 (91.80% from 255 or 55.71% from 420); Blue value is 168 (66.02% from 255 or 40% from 420); Max value from RGB is 234 - color contains mainly: green. Hex color #12EAA8 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12EAA8 is #ED1557. Grayscale: #A1A1A1. Windows color (decimal): -15537496 or 11069970. OLE color: 11069970.

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

Color convert

RGB 18 234 168 -
CMYK 0.92 0 0.28 0.08
HSL 161.67º 0.86% 0.49% -
HSV(B) 161.67º 0.92% 0.92% -
XYZ 36.74 61.8 47.04 -
YUV 161.89 131.44 25.37 -
System Red Green Blue C M Y K H S L
Decimal 18 234 168 0.92 0 0.28 0.08 161.67 0.86 0.49
Hex 12 EA A8 5C 0 1C 8 A2 56 31
Octal 22 352 250 134 0 34 10 242 126 61
Binary 10010 11101010 10101000 1011100 0 11100 1000 10100010 1010110 110001

Color Harmonies of #12EAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12EAA8

Black with #12EAA8

Text Example


Text Example

White with #12EAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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