Html Css Color HEX #12FABD Medium Spring Green

📋 copy color: '#12FABD'

red 18 ◦ green 250 ◦ blue 189

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

Shades of Medium Spring Green #12FABD

Tints of Medium Spring Green #12FABD

RGB

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

 GREEN value IS 250 (98.05% from 255) = 54.7%

 BLUE value IS 189 (74.22% from 255) = 41.36%

R = 3.94%
G = 54.7%
B = 41.36%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#12FABD (or 0x12FABD) is known color: Medium Spring Green. HEX triplet: 12, FA and BD. RGB value is (18,250,189). Sum of RGB (Red+Green+Blue) = 18+250+189=457 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.94% from 457); Green value is 250 (98.05% from 255 or 54.70% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 250 - color contains mainly: green. Hex color #12FABD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FABD is #ED0542. Grayscale: #ADADAD. Windows color (decimal): -15533379 or 12450322. OLE color: 12450322.

HSL color Cylindrical-coordinate representation of color #12FABD: hue angle of 164.22º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FABD is Cyan = 0.93, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 250 189 -
CMYK 0.93 0 0.24 0.02
HSL 164.22º 0.96% 0.53% -
HSV(B) 164.22º 0.93% 0.98% -
XYZ 43.62 72.17 59.78 -
YUV 173.68 136.64 16.96 -
System Red Green Blue C M Y K H S L
Decimal 18 250 189 0.93 0 0.24 0.02 164.22 0.96 0.53
Hex 12 FA BD 5D 0 18 2 A4 60 35
Octal 22 372 275 135 0 30 2 244 140 65
Binary 10010 11111010 10111101 1011101 0 11000 10 10100100 1100000 110101

Color Harmonies of #12FABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FABD

Black with #12FABD

Text Example


Text Example

White with #12FABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,250,189); }

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

background-color css

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

 a { background-color: rgb(18,250,189); }

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

border-color css

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

 span { border-color: rgb(18,250,189); }

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