#1FC264

Color #1FC264 Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #1FC264

Tints of Medium Sea Green #1FC264

Color information

#1FC264 (or 0x1FC264) is unknown color: approx Medium Sea Green. HEX triplet: 1F, C2 and 64. RGB value is (31,194,100). Sum of RGB (Red+Green+Blue) = 31+194+100=325 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.54% from 325); Green value is 194 (76.17% from 255 or 59.69% from 325); Blue value is 100 (39.45% from 255 or 30.77% from 325); Max value from RGB is 194 - color contains mainly: green. Hex color #1FC264 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FC264 is #E03D9B. Grayscale: #868686. Windows color (decimal): -14695836 or 6603295. OLE color: 6603295.

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

Color convert

RGB31194100-
CMYK0.8400.480.24
HSL145.4º72.44%44.12%-
HSV(B)145.4º84.02%76.08%-
XYZ22.1639.7918.57-
YUV134.55108.554.14-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.54%
GREEN value IS 194 (76.17% from 255) = 59.69%
BLUE value IS 100 (39.45% from 255) = 30.77%
R=9.54%
G=59.69%
B=30.77%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal311941000.8400.480.24145.472.4444.12
Hex1FC264540301891482c
Octal373021441240603022111054
Binary111111100001011001001010100011000011000100100011001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FC264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1FC264;
 }
 .AnyTagClassName
 {
   color: #1FC264;
 }
</style>
background-color css

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

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

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

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

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

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