Html Css Color HEX #12FBBE Medium Spring Green

📋 copy color: '#12FBBE'

red 18 ◦ green 251 ◦ blue 190

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

Shades of Medium Spring Green #12FBBE

Tints of Medium Spring Green #12FBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.39%

R = 3.92%
G = 54.68%
B = 41.39%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#12FBBE (or 0x12FBBE) is known color: Medium Spring Green. HEX triplet: 12, FB and BE. RGB value is (18,251,190). Sum of RGB (Red+Green+Blue) = 18+251+190=459 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.92% from 459); Green value is 251 (98.44% from 255 or 54.68% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 251 - color contains mainly: green. Hex color #12FBBE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #12FBBE is #ED0441. Grayscale: #AEAEAE. Windows color (decimal): -15533122 or 12516114. OLE color: 12516114.

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

Color convert

RGB 18 251 190 -
CMYK 0.93 0 0.24 0.02
HSL 164.29º 0.97% 0.53% -
HSV(B) 164.29º 0.93% 0.98% -
XYZ 44.04 72.84 60.45 -
YUV 174.38 136.81 16.46 -
System Red Green Blue C M Y K H S L
Decimal 18 251 190 0.93 0 0.24 0.02 164.29 0.97 0.53
Hex 12 FB BE 5D 0 18 2 A4 61 35
Octal 22 373 276 135 0 30 2 244 141 65
Binary 10010 11111011 10111110 1011101 0 11000 10 10100100 1100001 110101

Color Harmonies of #12FBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FBBE

Black with #12FBBE

Text Example


Text Example

White with #12FBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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