#1fbb9c

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

Shades of Light Sea Green #1FBB9C

Tints of Light Sea Green #1FBB9C

Color information

#1FBB9C (or 0x1FBB9C) is unknown color: approx Light Sea Green. HEX triplet: 1F, BB and 9C. RGB value is (31,187,156). Sum of RGB (Red+Green+Blue) = 31+187+156=374 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.29% from 374); Green value is 187 (73.44% from 255 or 50% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 187 - color contains mainly: green. Hex color #1FBB9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FBB9C is #E04463. Grayscale: #888888. Windows color (decimal): -14697572 or 10271519. OLE color: 10271519.

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

Color convert

RGB31187156-
CMYK0.8300.170.27
HSL168.08º71.56%42.75%-
HSV(B)168.08º83.42%73.33%-
XYZ24.3438.2337.55-
YUV136.82138.8252.52-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.29%
GREEN value IS 187 (73.44% from 255) = 50%
BLUE value IS 156 (61.33% from 255) = 41.71%
R=8.29%
G=50%
B=41.71%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal311871560.8300.170.27168.0871.5642.75
Hex1FBB9C530111Ba8482b
Octal372732341230213325011053
Binary111111011101110011100101001101000111011101010001001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1fbb9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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