Html Css Color HEX #19FAAF Medium Spring Green

📋 copy color: '#19FAAF'

red 25 ◦ green 250 ◦ blue 175

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

Shades of Medium Spring Green #19FAAF

Tints of Medium Spring Green #19FAAF

RGB

 RED value IS 25 (10.16% from 255) = 5.56%

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

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

R = 5.56%
G = 55.56%
B = 38.89%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#19FAAF (or 0x19FAAF) is known color: Medium Spring Green. HEX triplet: 19, FA and AF. RGB value is (25,250,175). Sum of RGB (Red+Green+Blue) = 25+250+175=450 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.56% from 450); Green value is 250 (98.05% from 255 or 55.56% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 250 - color contains mainly: green. Hex color #19FAAF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #19FAAF is #E60550. Grayscale: #AEAEAE. Windows color (decimal): -15074641 or 11532825. OLE color: 11532825.

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

Color convert

RGB 25 250 175 -
CMYK 0.9 0 0.3 0.02
HSL 160º 0.96% 0.54% -
HSV(B) 160º 0.9% 0.98% -
XYZ 42.32 71.67 52.16 -
YUV 174.18 128.46 21.6 -
System Red Green Blue C M Y K H S L
Decimal 25 250 175 0.9 0 0.3 0.02 160 0.96 0.54
Hex 19 FA AF 5A 0 1E 2 A0 60 36
Octal 31 372 257 132 0 36 2 240 140 66
Binary 11001 11111010 10101111 1011010 0 11110 10 10100000 1100000 110110

Color Harmonies of #19FAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19FAAF

Black with #19FAAF

Text Example


Text Example

White with #19FAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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