Html Css Color HEX #1FC064 Medium Sea Green

📋 copy color: '#1FC064'

red 31 ◦ green 192 ◦ blue 100

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

Shades of Medium Sea Green #1FC064

Tints of Medium Sea Green #1FC064

RGB

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

 GREEN value IS 192 (75.39% from 255) = 59.44%

 BLUE value IS 100 (39.45% from 255) = 30.96%

R = 9.6%
G = 59.44%
B = 30.96%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#1FC064 (or 0x1FC064) is known color: Medium Sea Green. HEX triplet: 1F, C0 and 64. RGB value is (31,192,100). Sum of RGB (Red+Green+Blue) = 31+192+100=323 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.60% from 323); Green value is 192 (75.39% from 255 or 59.44% from 323); Blue value is 100 (39.45% from 255 or 30.96% from 323); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC064 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FC064 is #E03F9B. Grayscale: #858585. Windows color (decimal): -14696348 or 6602783. OLE color: 6602783.

HSL color Cylindrical-coordinate representation of color #1FC064: hue angle of 145.71º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC064 is Cyan = 0.84, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 31 192 100 -
CMYK 0.84 0 0.48 0.25
HSL 145.71º 0.72% 0.44% -
HSV(B) 145.71º 0.84% 0.75% -
XYZ 21.71 38.91 18.42 -
YUV 133.37 109.16 54.98 -
System Red Green Blue C M Y K H S L
Decimal 31 192 100 0.84 0 0.48 0.25 145.71 0.72 0.44
Hex 1F C0 64 54 0 30 19 92 48 2C
Octal 37 300 144 124 0 60 31 222 110 54
Binary 11111 11000000 1100100 1010100 0 110000 11001 10010010 1001000 101100

Color Harmonies of #1FC064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC064

Black with #1FC064

Text Example


Text Example

White with #1FC064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,192,100); }

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

background-color css

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

 a { background-color: rgb(31,192,100); }

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

border-color css

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

 span { border-color: rgb(31,192,100); }

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