Html Css Color HEX #12FBB3 Medium Spring Green

📋 copy color: '#12FBB3'

red 18 ◦ green 251 ◦ blue 179

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

Shades of Medium Spring Green #12FBB3

Tints of Medium Spring Green #12FBB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 39.96%

R = 4.02%
G = 56.03%
B = 39.96%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#12FBB3 (or 0x12FBB3) is known color: Medium Spring Green. HEX triplet: 12, FB and B3. RGB value is (18,251,179). Sum of RGB (Red+Green+Blue) = 18+251+179=448 (59% of max value = 765). Red value is 18 (7.42% from 255 or 4.02% from 448); Green value is 251 (98.44% from 255 or 56.03% from 448); Blue value is 179 (70.31% from 255 or 39.96% from 448); Max value from RGB is 251 - color contains mainly: green. Hex color #12FBB3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FBB3 is #ED044C. Grayscale: #ADADAD. Windows color (decimal): -15533133 or 11795218. OLE color: 11795218.

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

Color convert

RGB 18 251 179 -
CMYK 0.93 0 0.29 0.02
HSL 161.46º 0.97% 0.53% -
HSV(B) 161.46º 0.93% 0.98% -
XYZ 42.88 72.38 54.36 -
YUV 173.13 131.31 17.35 -
System Red Green Blue C M Y K H S L
Decimal 18 251 179 0.93 0 0.29 0.02 161.46 0.97 0.53
Hex 12 FB B3 5D 0 1D 2 A1 61 35
Octal 22 373 263 135 0 35 2 241 141 65
Binary 10010 11111011 10110011 1011101 0 11101 10 10100001 1100001 110101

Color Harmonies of #12FBB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FBB3

Black with #12FBB3

Text Example


Text Example

White with #12FBB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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