#1FC8A8

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

Shades of Light Sea Green #1FC8A8

Tints of Light Sea Green #1FC8A8

Color information

#1FC8A8 (or 0x1FC8A8) is unknown color: approx Light Sea Green. HEX triplet: 1F, C8 and A8. RGB value is (31,200,168). Sum of RGB (Red+Green+Blue) = 31+200+168=399 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.77% from 399); Green value is 200 (78.52% from 255 or 50.13% from 399); Blue value is 168 (66.02% from 255 or 42.11% from 399); Max value from RGB is 200 - color contains mainly: green. Hex color #1FC8A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FC8A8 is #E03757. Grayscale: #919191. Windows color (decimal): -14694232 or 11061279. OLE color: 11061279.

HSL color Cylindrical-coordinate representation of color #1FC8A8: hue angle of 168.64º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FC8A8 is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB31200168-
CMYK0.8400.160.22
HSL168.64º73.16%45.29%-
HSV(B)168.64º84.5%78.43%-
XYZ28.2944.4344.13-
YUV145.82140.5146.1-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.77%
GREEN value IS 200 (78.52% from 255) = 50.13%
BLUE value IS 168 (66.02% from 255) = 42.11%
R=7.77%
G=50.13%
B=42.11%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal312001680.8400.160.22168.6473.1645.29
Hex1FC8A85401016a9492d
Octal373102501240202625111155
Binary111111100100010101000101010001000010110101010011001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FC8A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,200,168); }

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

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

 a { background-color: rgb(31,200,168); }

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

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

 span { border-color: rgb(31,200,168); }

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