Html Css Color HEX #1FFCAF Medium Spring Green

📋 copy color: '#1FFCAF'

red 31 ◦ green 252 ◦ blue 175

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

Shades of Medium Spring Green #1FFCAF

Tints of Medium Spring Green #1FFCAF

RGB

 RED value IS 31 (12.5% from 255) = 6.77%

 GREEN value IS 252 (98.83% from 255) = 55.02%

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

R = 6.77%
G = 55.02%
B = 38.21%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#1FFCAF (or 0x1FFCAF) is known color: Medium Spring Green. HEX triplet: 1F, FC and AF. RGB value is (31,252,175). Sum of RGB (Red+Green+Blue) = 31+252+175=458 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.77% from 458); Green value is 252 (98.83% from 255 or 55.02% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 252 - color contains mainly: green. Hex color #1FFCAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1FFCAF is #E00350. Grayscale: #B1B1B1. Windows color (decimal): -14680913 or 11533343. OLE color: 11533343.

HSL color Cylindrical-coordinate representation of color #1FFCAF: hue angle of 159.1º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFCAF is Cyan = 0.88, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB 31 252 175 -
CMYK 0.88 0 0.31 0.01
HSL 159.1º 0.97% 0.55% -
HSV(B) 159.1º 0.88% 0.99% -
XYZ 43.11 73.01 52.38 -
YUV 177.14 126.78 23.76 -
System Red Green Blue C M Y K H S L
Decimal 31 252 175 0.88 0 0.31 0.01 159.1 0.97 0.55
Hex 1F FC AF 58 0 1F 1 9F 61 37
Octal 37 374 257 130 0 37 1 237 141 67
Binary 11111 11111100 10101111 1011000 0 11111 1 10011111 1100001 110111

Color Harmonies of #1FFCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FFCAF

Black with #1FFCAF

Text Example


Text Example

White with #1FFCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1FFCAF; }

 p { color: rgb(31,252,175); }

 H1.HeaderClassName
 {
   color: #1FFCAF;
 }
 .AnyTagClassName
 {
   color: #1FFCAF;
 }
</style>

background-color css

<style>
 a { background-color: #1FFCAF; }

 a { background-color: rgb(31,252,175); }

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

border-color css

<style>
 span { border-color: #1FFCAF; }

 span { border-color: rgb(31,252,175); }

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