#1FC8B7

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

Shades of Light Sea Green #1FC8B7

Tints of Light Sea Green #1FC8B7

Color information

#1FC8B7 (or 0x1FC8B7) is unknown color: approx Light Sea Green. HEX triplet: 1F, C8 and B7. RGB value is (31,200,183). Sum of RGB (Red+Green+Blue) = 31+200+183=414 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.49% from 414); Green value is 200 (78.52% from 255 or 48.31% from 414); Blue value is 183 (71.88% from 255 or 44.20% from 414); Max value from RGB is 200 - color contains mainly: green. Hex color #1FC8B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FC8B7 is #E03748. Grayscale: #939393. Windows color (decimal): -14694217 or 12044319. OLE color: 12044319.

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

Color convert

RGB31200183-
CMYK0.8400.080.22
HSL173.96º73.16%45.29%-
HSV(B)173.96º84.5%78.43%-
XYZ29.7745.0251.92-
YUV147.53148.0144.88-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.49%
GREEN value IS 200 (78.52% from 255) = 48.31%
BLUE value IS 183 (71.88% from 255) = 44.20%
R=7.49%
G=48.31%
B=44.20%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal312001830.8400.080.22173.9673.1645.29
Hex1FC8B7540816ae492d
Octal373102671240102625611155
Binary11111110010001011011110101000100010110101011101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FC8B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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