Html Css Color HEX #11F2AF Medium Spring Green

📋 copy color: '#11F2AF'

red 17 ◦ green 242 ◦ blue 175

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

Shades of Medium Spring Green #11F2AF

Tints of Medium Spring Green #11F2AF

RGB

 RED value IS 17 (7.03% from 255) = 3.92%

 GREEN value IS 242 (94.92% from 255) = 55.76%

 BLUE value IS 175 (68.75% from 255) = 40.32%

R = 3.92%
G = 55.76%
B = 40.32%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#11F2AF (or 0x11F2AF) is known color: Medium Spring Green. HEX triplet: 11, F2 and AF. RGB value is (17,242,175). Sum of RGB (Red+Green+Blue) = 17+242+175=434 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.92% from 434); Green value is 242 (94.92% from 255 or 55.76% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 242 - color contains mainly: green. Hex color #11F2AF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #11F2AF is #EE0D50. Grayscale: #A7A7A7. Windows color (decimal): -15600977 or 11530769. OLE color: 11530769.

HSL color Cylindrical-coordinate representation of color #11F2AF: hue angle of 162.13º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11F2AF is Cyan = 0.93, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 17 242 175 -
CMYK 0.93 0 0.28 0.05
HSL 162.13º 0.9% 0.51% -
HSV(B) 162.13º 0.93% 0.95% -
XYZ 39.72 66.72 51.34 -
YUV 167.09 132.46 20.95 -
System Red Green Blue C M Y K H S L
Decimal 17 242 175 0.93 0 0.28 0.05 162.13 0.9 0.51
Hex 11 F2 AF 5D 0 1C 5 A2 5A 33
Octal 21 362 257 135 0 34 5 242 132 63
Binary 10001 11110010 10101111 1011101 0 11100 101 10100010 1011010 110011

Color Harmonies of #11F2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11F2AF

Black with #11F2AF

Text Example


Text Example

White with #11F2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11F2AF; }

 p { color: rgb(17,242,175); }

 H1.HeaderClassName
 {
   color: #11F2AF;
 }
 .AnyTagClassName
 {
   color: #11F2AF;
 }
</style>

background-color css

<style>
 a { background-color: #11F2AF; }

 a { background-color: rgb(17,242,175); }

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

border-color css

<style>
 span { border-color: #11F2AF; }

 span { border-color: rgb(17,242,175); }

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