Html Css Color HEX #12EAB8 Medium Spring Green

📋 copy color: '#12EAB8'

red 18 ◦ green 234 ◦ blue 184

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

Shades of Medium Spring Green #12EAB8

Tints of Medium Spring Green #12EAB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 42.2%

R = 4.13%
G = 53.67%
B = 42.2%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#12EAB8 (or 0x12EAB8) is known color: Medium Spring Green. HEX triplet: 12, EA and B8. RGB value is (18,234,184). Sum of RGB (Red+Green+Blue) = 18+234+184=436 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.13% from 436); Green value is 234 (91.80% from 255 or 53.67% from 436); Blue value is 184 (72.27% from 255 or 42.20% from 436); Max value from RGB is 234 - color contains mainly: green. Hex color #12EAB8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12EAB8 is #ED1547. Grayscale: #A3A3A3. Windows color (decimal): -15537480 or 12118546. OLE color: 12118546.

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

Color convert

RGB 18 234 184 -
CMYK 0.92 0 0.21 0.08
HSL 166.11º 0.86% 0.49% -
HSV(B) 166.11º 0.92% 0.92% -
XYZ 38.32 62.43 55.38 -
YUV 163.72 139.44 24.07 -
System Red Green Blue C M Y K H S L
Decimal 18 234 184 0.92 0 0.21 0.08 166.11 0.86 0.49
Hex 12 EA B8 5C 0 15 8 A6 56 31
Octal 22 352 270 134 0 25 10 246 126 61
Binary 10010 11101010 10111000 1011100 0 10101 1000 10100110 1010110 110001

Color Harmonies of #12EAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12EAB8

Black with #12EAB8

Text Example


Text Example

White with #12EAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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