Html Css Color HEX #12F6BB Medium Spring Green

📋 copy color: '#12F6BB'

red 18 ◦ green 246 ◦ blue 187

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

Shades of Medium Spring Green #12F6BB

Tints of Medium Spring Green #12F6BB

RGB

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

 GREEN value IS 246 (96.48% from 255) = 54.55%

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

R = 3.99%
G = 54.55%
B = 41.46%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#12F6BB (or 0x12F6BB) is known color: Medium Spring Green. HEX triplet: 12, F6 and BB. RGB value is (18,246,187). Sum of RGB (Red+Green+Blue) = 18+246+187=451 (59% of max value = 765). Red value is 18 (7.42% from 255 or 3.99% from 451); Green value is 246 (96.48% from 255 or 54.55% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 246 - color contains mainly: green. Hex color #12F6BB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12F6BB is #ED0944. Grayscale: #ABABAB. Windows color (decimal): -15534405 or 12318226. OLE color: 12318226.

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

Color convert

RGB 18 246 187 -
CMYK 0.93 0 0.24 0.04
HSL 164.47º 0.93% 0.52% -
HSV(B) 164.47º 0.93% 0.96% -
XYZ 42.17 69.63 58.23 -
YUV 171.1 136.96 18.8 -
System Red Green Blue C M Y K H S L
Decimal 18 246 187 0.93 0 0.24 0.04 164.47 0.93 0.52
Hex 12 F6 BB 5D 0 18 4 A4 5D 34
Octal 22 366 273 135 0 30 4 244 135 64
Binary 10010 11110110 10111011 1011101 0 11000 100 10100100 1011101 110100

Color Harmonies of #12F6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F6BB

Black with #12F6BB

Text Example


Text Example

White with #12F6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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