#1fbc9c

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

Shades of Light Sea Green #1FBC9C

Tints of Light Sea Green #1FBC9C

Color information

#1FBC9C (or 0x1FBC9C) is unknown color: approx Light Sea Green. HEX triplet: 1F, BC and 9C. RGB value is (31,188,156). Sum of RGB (Red+Green+Blue) = 31+188+156=375 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.27% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 156 (61.33% from 255 or 41.6% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #1FBC9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FBC9C is #E04363. Grayscale: #898989. Windows color (decimal): -14697316 or 10271775. OLE color: 10271775.

HSL color Cylindrical-coordinate representation of color #1FBC9C: hue angle of 167.77º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FBC9C is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB31188156-
CMYK0.8400.170.26
HSL167.77º71.69%42.94%-
HSV(B)167.77º83.51%73.73%-
XYZ24.5538.6637.62-
YUV137.41138.4952.1-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.27%
GREEN value IS 188 (73.83% from 255) = 50.13%
BLUE value IS 156 (61.33% from 255) = 41.6%
R=8.27%
G=50.13%
B=41.6%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal311881560.8400.170.26167.7771.6942.94
Hex1FBC9C540111Aa8482b
Octal372742341240213225011053
Binary111111011110010011100101010001000111010101010001001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1fbc9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,188,156); }

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

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

 a { background-color: rgb(31,188,156); }

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

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

 span { border-color: rgb(31,188,156); }

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