#1FC9AD

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

Shades of Light Sea Green #1FC9AD

Tints of Light Sea Green #1FC9AD

Color information

#1FC9AD (or 0x1FC9AD) is unknown color: approx Light Sea Green. HEX triplet: 1F, C9 and AD. RGB value is (31,201,173). Sum of RGB (Red+Green+Blue) = 31+201+173=405 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.65% from 405); Green value is 201 (78.91% from 255 or 49.63% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 201 - color contains mainly: green. Hex color #1FC9AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FC9AD is #E03652. Grayscale: #929292. Windows color (decimal): -14693971 or 11389215. OLE color: 11389215.

HSL color Cylindrical-coordinate representation of color #1FC9AD: hue angle of 170.12º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FC9AD is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB31201173-
CMYK0.8500.140.21
HSL170.12º73.28%45.49%-
HSV(B)170.12º84.58%78.82%-
XYZ28.9945.0846.71-
YUV146.98142.6845.28-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.65%
GREEN value IS 201 (78.91% from 255) = 49.63%
BLUE value IS 173 (67.97% from 255) = 42.72%
R=7.65%
G=49.63%
B=42.72%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal312011730.8500.140.21170.1273.2845.49
Hex1FC9AD550E15aa492d
Octal373112551250162525211155
Binary11111110010011010110110101010111010101101010101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FC9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,201,173); }

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

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

 a { background-color: rgb(31,201,173); }

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

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

 span { border-color: rgb(31,201,173); }

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