Html Css Color HEX #12FCBA Medium Spring Green

📋 copy color: '#12FCBA'

red 18 ◦ green 252 ◦ blue 186

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

Shades of Medium Spring Green #12FCBA

Tints of Medium Spring Green #12FCBA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 55.26%

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

R = 3.95%
G = 55.26%
B = 40.79%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#12FCBA (or 0x12FCBA) is known color: Medium Spring Green. HEX triplet: 12, FC and BA. RGB value is (18,252,186). Sum of RGB (Red+Green+Blue) = 18+252+186=456 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.95% from 456); Green value is 252 (98.83% from 255 or 55.26% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 252 - color contains mainly: green. Hex color #12FCBA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FCBA is #ED0345. Grayscale: #AEAEAE. Windows color (decimal): -15532870 or 12254226. OLE color: 12254226.

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

Color convert

RGB 18 252 186 -
CMYK 0.93 0 0.26 0.01
HSL 163.08º 0.98% 0.53% -
HSV(B) 163.08º 0.93% 0.99% -
XYZ 43.92 73.29 58.29 -
YUV 174.51 134.48 16.37 -
System Red Green Blue C M Y K H S L
Decimal 18 252 186 0.93 0 0.26 0.01 163.08 0.98 0.53
Hex 12 FC BA 5D 0 1A 1 A3 62 35
Octal 22 374 272 135 0 32 1 243 142 65
Binary 10010 11111100 10111010 1011101 0 11010 1 10100011 1100010 110101

Color Harmonies of #12FCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FCBA

Black with #12FCBA

Text Example


Text Example

White with #12FCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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