Html Css Color HEX #12FBBA Medium Spring Green

📋 copy color: '#12FBBA'

red 18 ◦ green 251 ◦ blue 186

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

Shades of Medium Spring Green #12FBBA

Tints of Medium Spring Green #12FBBA

RGB

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

 GREEN value IS 251 (98.44% from 255) = 55.16%

 BLUE value IS 186 (73.05% from 255) = 40.88%

R = 3.96%
G = 55.16%
B = 40.88%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#12FBBA (or 0x12FBBA) is known color: Medium Spring Green. HEX triplet: 12, FB and BA. RGB value is (18,251,186). Sum of RGB (Red+Green+Blue) = 18+251+186=455 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.96% from 455); Green value is 251 (98.44% from 255 or 55.16% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 251 - color contains mainly: green. Hex color #12FBBA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FBBA is #ED0445. Grayscale: #ADADAD. Windows color (decimal): -15533126 or 12253970. OLE color: 12253970.

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

Color convert

RGB 18 251 186 -
CMYK 0.93 0 0.26 0.02
HSL 163.26º 0.97% 0.53% -
HSV(B) 163.26º 0.93% 0.98% -
XYZ 43.61 72.67 58.18 -
YUV 173.92 134.81 16.79 -
System Red Green Blue C M Y K H S L
Decimal 18 251 186 0.93 0 0.26 0.02 163.26 0.97 0.53
Hex 12 FB BA 5D 0 1A 2 A3 61 35
Octal 22 373 272 135 0 32 2 243 141 65
Binary 10010 11111011 10111010 1011101 0 11010 10 10100011 1100001 110101

Color Harmonies of #12FBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FBBA

Black with #12FBBA

Text Example


Text Example

White with #12FBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,251,186); }

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

background-color css

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

 a { background-color: rgb(18,251,186); }

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

border-color css

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

 span { border-color: rgb(18,251,186); }

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