Html Css Color HEX #12F7BB Medium Spring Green

📋 copy color: '#12F7BB'

red 18 ◦ green 247 ◦ blue 187

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

Shades of Medium Spring Green #12F7BB

Tints of Medium Spring Green #12F7BB

RGB

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

 GREEN value IS 247 (96.88% from 255) = 54.65%

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

R = 3.98%
G = 54.65%
B = 41.37%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#12F7BB (or 0x12F7BB) is known color: Medium Spring Green. HEX triplet: 12, F7 and BB. RGB value is (18,247,187). Sum of RGB (Red+Green+Blue) = 18+247+187=452 (59% of max value = 765). Red value is 18 (7.42% from 255 or 3.98% from 452); Green value is 247 (96.88% from 255 or 54.65% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 247 - color contains mainly: green. Hex color #12F7BB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12F7BB is #ED0844. Grayscale: #ABABAB. Windows color (decimal): -15534149 or 12318482. OLE color: 12318482.

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

Color convert

RGB 18 247 187 -
CMYK 0.93 0 0.24 0.03
HSL 164.28º 0.93% 0.52% -
HSV(B) 164.28º 0.93% 0.97% -
XYZ 42.48 70.24 58.33 -
YUV 171.69 136.63 18.38 -
System Red Green Blue C M Y K H S L
Decimal 18 247 187 0.93 0 0.24 0.03 164.28 0.93 0.52
Hex 12 F7 BB 5D 0 18 3 A4 5D 34
Octal 22 367 273 135 0 30 3 244 135 64
Binary 10010 11110111 10111011 1011101 0 11000 11 10100100 1011101 110100

Color Harmonies of #12F7BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F7BB

Black with #12F7BB

Text Example


Text Example

White with #12F7BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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