Html Css Color HEX #13F2AF Medium Spring Green

📋 copy color: '#13F2AF'

red 19 ◦ green 242 ◦ blue 175

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

Shades of Medium Spring Green #13F2AF

Tints of Medium Spring Green #13F2AF

RGB

 RED value IS 19 (7.81% from 255) = 4.36%

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

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

R = 4.36%
G = 55.5%
B = 40.14%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#13F2AF (or 0x13F2AF) is known color: Medium Spring Green. HEX triplet: 13, F2 and AF. RGB value is (19,242,175). Sum of RGB (Red+Green+Blue) = 19+242+175=436 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.36% from 436); Green value is 242 (94.92% from 255 or 55.50% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 242 - color contains mainly: green. Hex color #13F2AF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #13F2AF is #EC0D50. Grayscale: #A7A7A7. Windows color (decimal): -15469905 or 11530771. OLE color: 11530771.

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

Color convert

RGB 19 242 175 -
CMYK 0.92 0 0.28 0.05
HSL 161.97º 0.9% 0.51% -
HSV(B) 161.97º 0.92% 0.95% -
XYZ 39.76 66.74 51.34 -
YUV 167.69 132.12 21.95 -
System Red Green Blue C M Y K H S L
Decimal 19 242 175 0.92 0 0.28 0.05 161.97 0.9 0.51
Hex 13 F2 AF 5C 0 1C 5 A2 5A 33
Octal 23 362 257 134 0 34 5 242 132 63
Binary 10011 11110010 10101111 1011100 0 11100 101 10100010 1011010 110011

Color Harmonies of #13F2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F2AF

Black with #13F2AF

Text Example


Text Example

White with #13F2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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