#1FC29F

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

Shades of Light Sea Green #1FC29F

Tints of Light Sea Green #1FC29F

Color information

#1FC29F (or 0x1FC29F) is unknown color: approx Light Sea Green. HEX triplet: 1F, C2 and 9F. RGB value is (31,194,159). Sum of RGB (Red+Green+Blue) = 31+194+159=384 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.07% from 384); Green value is 194 (76.17% from 255 or 50.52% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 194 - color contains mainly: green. Hex color #1FC29F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FC29F is #E03D60. Grayscale: #8D8D8D. Windows color (decimal): -14695777 or 10469919. OLE color: 10469919.

HSL color Cylindrical-coordinate representation of color #1FC29F: hue angle of 167.12º 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 #1FC29F is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB31194159-
CMYK0.8400.180.24
HSL167.12º72.44%44.12%-
HSV(B)167.12º84.02%76.08%-
XYZ26.1141.3839.41-
YUV141.2713849.35-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.07%
GREEN value IS 194 (76.17% from 255) = 50.52%
BLUE value IS 159 (62.5% from 255) = 41.41%
R=8.07%
G=50.52%
B=41.41%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal311941590.8400.180.24167.1272.4444.12
Hex1FC29F5401218a7482c
Octal373022371240223024711054
Binary111111100001010011111101010001001011000101001111001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FC29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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