Html Css Color HEX #13FAAF Medium Spring Green

📋 copy color: '#13FAAF'

red 19 ◦ green 250 ◦ blue 175

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

Shades of Medium Spring Green #13FAAF

Tints of Medium Spring Green #13FAAF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 56.31%

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

R = 4.28%
G = 56.31%
B = 39.41%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#13FAAF (or 0x13FAAF) is known color: Medium Spring Green. HEX triplet: 13, FA and AF. RGB value is (19,250,175). Sum of RGB (Red+Green+Blue) = 19+250+175=444 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.28% from 444); Green value is 250 (98.05% from 255 or 56.31% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 250 - color contains mainly: green. Hex color #13FAAF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #13FAAF is #EC0550. Grayscale: #ACACAC. Windows color (decimal): -15467857 or 11532819. OLE color: 11532819.

HSL color Cylindrical-coordinate representation of color #13FAAF: hue angle of 160.52º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13FAAF is Cyan = 0.92, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.

Color convert

RGB 19 250 175 -
CMYK 0.92 0 0.3 0.02
HSL 160.52º 0.96% 0.53% -
HSV(B) 160.52º 0.92% 0.98% -
XYZ 42.19 71.6 52.15 -
YUV 172.38 129.47 18.6 -
System Red Green Blue C M Y K H S L
Decimal 19 250 175 0.92 0 0.3 0.02 160.52 0.96 0.53
Hex 13 FA AF 5C 0 1E 2 A1 60 35
Octal 23 372 257 134 0 36 2 241 140 65
Binary 10011 11111010 10101111 1011100 0 11110 10 10100001 1100000 110101

Color Harmonies of #13FAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13FAAF

Black with #13FAAF

Text Example


Text Example

White with #13FAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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