Html Css Color HEX #12EAAA Medium Spring Green

📋 copy color: '#12EAAA'

red 18 ◦ green 234 ◦ blue 170

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

Shades of Medium Spring Green #12EAAA

Tints of Medium Spring Green #12EAAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.28%

R = 4.27%
G = 55.45%
B = 40.28%

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

#12EAAA (or 0x12EAAA) is known color: Medium Spring Green. HEX triplet: 12, EA and AA. RGB value is (18,234,170). Sum of RGB (Red+Green+Blue) = 18+234+170=422 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.27% from 422); Green value is 234 (91.80% from 255 or 55.45% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 234 - color contains mainly: green. Hex color #12EAAA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12EAAA is #ED1555. Grayscale: #A2A2A2. Windows color (decimal): -15537494 or 11201042. OLE color: 11201042.

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

Color convert

RGB 18 234 170 -
CMYK 0.92 0 0.27 0.08
HSL 162.22º 0.86% 0.49% -
HSV(B) 162.22º 0.92% 0.92% -
XYZ 36.93 61.88 48.03 -
YUV 162.12 132.44 25.2 -
System Red Green Blue C M Y K H S L
Decimal 18 234 170 0.92 0 0.27 0.08 162.22 0.86 0.49
Hex 12 EA AA 5C 0 1B 8 A2 56 31
Octal 22 352 252 134 0 33 10 242 126 61
Binary 10010 11101010 10101010 1011100 0 11011 1000 10100010 1010110 110001

Color Harmonies of #12EAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12EAAA

Black with #12EAAA

Text Example


Text Example

White with #12EAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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