Html Css Color HEX #13F1AF Medium Spring Green

📋 copy color: '#13F1AF'

red 19 ◦ green 241 ◦ blue 175

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

Shades of Medium Spring Green #13F1AF

Tints of Medium Spring Green #13F1AF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 55.4%

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

R = 4.37%
G = 55.4%
B = 40.23%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#13F1AF (or 0x13F1AF) is known color: Medium Spring Green. HEX triplet: 13, F1 and AF. RGB value is (19,241,175). Sum of RGB (Red+Green+Blue) = 19+241+175=435 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.37% from 435); Green value is 241 (94.53% from 255 or 55.40% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 241 - color contains mainly: green. Hex color #13F1AF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #13F1AF is #EC0E50. Grayscale: #A7A7A7. Windows color (decimal): -15470161 or 11530515. OLE color: 11530515.

HSL color Cylindrical-coordinate representation of color #13F1AF: hue angle of 162.16º degrees, saturation: 0.89, 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 #13F1AF is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 19 241 175 -
CMYK 0.92 0 0.27 0.05
HSL 162.16º 0.89% 0.51% -
HSV(B) 162.16º 0.92% 0.95% -
XYZ 39.46 66.14 51.24 -
YUV 167.1 132.45 22.37 -
System Red Green Blue C M Y K H S L
Decimal 19 241 175 0.92 0 0.27 0.05 162.16 0.89 0.51
Hex 13 F1 AF 5C 0 1B 5 A2 59 33
Octal 23 361 257 134 0 33 5 242 131 63
Binary 10011 11110001 10101111 1011100 0 11011 101 10100010 1011001 110011

Color Harmonies of #13F1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F1AF

Black with #13F1AF

Text Example


Text Example

White with #13F1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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