Html Css Color HEX #12EDAF Medium Spring Green

📋 copy color: '#12EDAF'

red 18 ◦ green 237 ◦ blue 175

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

Shades of Medium Spring Green #12EDAF

Tints of Medium Spring Green #12EDAF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 55.12%

 BLUE value IS 175 (68.75% from 255) = 40.7%

R = 4.19%
G = 55.12%
B = 40.7%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#12EDAF (or 0x12EDAF) is known color: Medium Spring Green. HEX triplet: 12, ED and AF. RGB value is (18,237,175). Sum of RGB (Red+Green+Blue) = 18+237+175=430 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.19% from 430); Green value is 237 (92.97% from 255 or 55.12% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 237 - color contains mainly: green. Hex color #12EDAF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12EDAF is #ED1250. Grayscale: #A4A4A4. Windows color (decimal): -15536721 or 11529490. OLE color: 11529490.

HSL color Cylindrical-coordinate representation of color #12EDAF: hue angle of 163.01º degrees, saturation: 0.86, 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 #12EDAF is Cyan = 0.92, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 18 237 175 -
CMYK 0.92 0 0.26 0.07
HSL 163.01º 0.86% 0.5% -
HSV(B) 163.01º 0.92% 0.93% -
XYZ 38.27 63.79 50.85 -
YUV 164.45 133.95 23.54 -
System Red Green Blue C M Y K H S L
Decimal 18 237 175 0.92 0 0.26 0.07 163.01 0.86 0.5
Hex 12 ED AF 5C 0 1A 7 A3 56 32
Octal 22 355 257 134 0 32 7 243 126 62
Binary 10010 11101101 10101111 1011100 0 11010 111 10100011 1010110 110010

Color Harmonies of #12EDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12EDAF

Black with #12EDAF

Text Example


Text Example

White with #12EDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,237,175); }

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

background-color css

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

 a { background-color: rgb(18,237,175); }

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

border-color css

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

 span { border-color: rgb(18,237,175); }

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