Shades of Light Sea Green #1FBBA7
Tints of Light Sea Green #1FBBA7
RGB
CMYK
RGB Variations
Color information
#1FBBA7 (or 0x1FBBA7) is known color: Light Sea Green. HEX triplet: 1F, BB and A7. RGB value is (31,187,167). Sum of RGB (Red+Green+Blue) = 31+187+167=385 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.05% from 385); Green value is 187 (73.44% from 255 or 48.57% from 385); Blue value is 167 (65.62% from 255 or 43.38% from 385); Max value from RGB is 187 - color contains mainly: green. Hex color #1FBBA7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FBBA7 is #E04458. Grayscale: #8A8A8A. Windows color (decimal): -14697561 or 10992415. OLE color: 10992415.
HSL color Cylindrical-coordinate representation of color #1FBBA7: hue angle of 172.31º 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 #1FBBA7 is Cyan = 0.83, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 31 | 187 | 167 | - |
| CMYK | 0.83 | 0 | 0.11 | 0.27 |
| HSL | 172.31º | 0.72% | 0.43% | - |
| HSV(B) | 172.31º | 0.83% | 0.73% | - |
| XYZ | 25.31 | 38.62 | 42.68 | - |
| YUV | 138.08 | 144.32 | 51.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 187 | 167 | 0.83 | 0 | 0.11 | 0.27 | 172.31 | 0.72 | 0.43 |
| Hex | 1F | BB | A7 | 53 | 0 | B | 1B | AC | 48 | 2B |
| Octal | 37 | 273 | 247 | 123 | 0 | 13 | 33 | 254 | 110 | 53 |
| Binary | 11111 | 10111011 | 10100111 | 1010011 | 0 | 1011 | 11011 | 10101100 | 1001000 | 101011 |
Color Harmonies of #1FBBA7
Complementary color
Monochromatic Colors of #1FBBA7
Black with #1FBBA7
Text Example
Text Example
White with #1FBBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBBA7; }
p { color: rgb(31,187,167); }
H1.HeaderClassName
{
color: #1FBBA7;
}
.AnyTagClassName
{
color: #1FBBA7;
}
</style>
background-color css
<style>
a { background-color: #1FBBA7; }
a { background-color: rgb(31,187,167); }
div.DivClassName
{
background-color: #1FBBA7;
}
.BgClassName
{
background-color: #1FBBA7;
}
</style>
border-color css
<style>
span { border-color: #1FBBA7; }
span { border-color: rgb(31,187,167); }
td.TdClassName
{
border-color: #1FBBA7;
}
.TagClassName
{
border-color: #1FBBA7;
}
</style>