#1FC2A6

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

Shades of Light Sea Green #1FC2A6

Tints of Light Sea Green #1FC2A6

Color information

#1FC2A6 (or 0x1FC2A6) is unknown color: approx Light Sea Green. HEX triplet: 1F, C2 and A6. RGB value is (31,194,166). Sum of RGB (Red+Green+Blue) = 31+194+166=391 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.93% from 391); Green value is 194 (76.17% from 255 or 49.62% from 391); Blue value is 166 (65.23% from 255 or 42.46% from 391); Max value from RGB is 194 - color contains mainly: green. Hex color #1FC2A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FC2A6 is #E03D59. Grayscale: #8E8E8E. Windows color (decimal): -14695770 or 10928671. OLE color: 10928671.

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

Color convert

RGB31194166-
CMYK0.8400.140.24
HSL169.69º72.44%44.12%-
HSV(B)169.69º84.02%76.08%-
XYZ26.7441.6342.7-
YUV142.07141.548.78-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.93%
GREEN value IS 194 (76.17% from 255) = 49.62%
BLUE value IS 166 (65.23% from 255) = 42.46%
R=7.93%
G=49.62%
B=42.46%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal311941660.8400.140.24169.6972.4444.12
Hex1FC2A6540E18aa482c
Octal373022461240163025211054
Binary11111110000101010011010101000111011000101010101001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FC2A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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