Html Css Color HEX #12FABB Medium Spring Green

📋 copy color: '#12FABB'

red 18 ◦ green 250 ◦ blue 187

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

Shades of Medium Spring Green #12FABB

Tints of Medium Spring Green #12FABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.1%

R = 3.96%
G = 54.95%
B = 41.1%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#12FABB (or 0x12FABB) is known color: Medium Spring Green. HEX triplet: 12, FA and BB. RGB value is (18,250,187). Sum of RGB (Red+Green+Blue) = 18+250+187=455 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.96% from 455); Green value is 250 (98.05% from 255 or 54.95% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 250 - color contains mainly: green. Hex color #12FABB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FABB is #ED0544. Grayscale: #ADADAD. Windows color (decimal): -15533381 or 12319250. OLE color: 12319250.

HSL color Cylindrical-coordinate representation of color #12FABB: hue angle of 163.71º 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 #12FABB is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 250 187 -
CMYK 0.93 0 0.25 0.02
HSL 163.71º 0.96% 0.53% -
HSV(B) 163.71º 0.93% 0.98% -
XYZ 43.4 72.09 58.64 -
YUV 173.45 135.64 17.12 -
System Red Green Blue C M Y K H S L
Decimal 18 250 187 0.93 0 0.25 0.02 163.71 0.96 0.53
Hex 12 FA BB 5D 0 19 2 A4 60 35
Octal 22 372 273 135 0 31 2 244 140 65
Binary 10010 11111010 10111011 1011101 0 11001 10 10100100 1100000 110101

Color Harmonies of #12FABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FABB

Black with #12FABB

Text Example


Text Example

White with #12FABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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