#1FC4A6

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

Shades of Light Sea Green #1FC4A6

Tints of Light Sea Green #1FC4A6

Color information

#1FC4A6 (or 0x1FC4A6) is unknown color: approx Light Sea Green. HEX triplet: 1F, C4 and A6. RGB value is (31,196,166). Sum of RGB (Red+Green+Blue) = 31+196+166=393 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.89% from 393); Green value is 196 (76.95% from 255 or 49.87% from 393); Blue value is 166 (65.23% from 255 or 42.24% from 393); Max value from RGB is 196 - color contains mainly: green. Hex color #1FC4A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FC4A6 is #E03B59. Grayscale: #8F8F8F. Windows color (decimal): -14695258 or 10929183. OLE color: 10929183.

HSL color Cylindrical-coordinate representation of color #1FC4A6: hue angle of 169.09º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC4A6 is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.23.

Color convert

RGB31196166-
CMYK0.8400.150.23
HSL169.09º72.69%44.51%-
HSV(B)169.09º84.18%76.86%-
XYZ27.1942.5242.85-
YUV143.24140.8447.94-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.89%
GREEN value IS 196 (76.95% from 255) = 49.87%
BLUE value IS 166 (65.23% from 255) = 42.24%
R=7.89%
G=49.87%
B=42.24%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal311961660.8400.150.23169.0972.6944.51
Hex1FC4A6540F17a9492d
Octal373042461240172725111155
Binary11111110001001010011010101000111110111101010011001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FC4A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,196,166); }

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

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

 a { background-color: rgb(31,196,166); }

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

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

 span { border-color: rgb(31,196,166); }

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