Shades of Light Sea Green #1FBBBC
Tints of Light Sea Green #1FBBBC
RGB
CMYK
RGB Variations
Color information
#1FBBBC (or 0x1FBBBC) is known color: Light Sea Green. HEX triplet: 1F, BB and BC. RGB value is (31,187,188). Sum of RGB (Red+Green+Blue) = 31+187+188=406 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.64% from 406); Green value is 187 (73.44% from 255 or 46.06% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #1FBBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBBBC is #E04443. Grayscale: #8C8C8C. Windows color (decimal): -14697540 or 12368671. OLE color: 12368671.
HSL color Cylindrical-coordinate representation of color #1FBBBC: hue angle of 180.38º 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 #1FBBBC is Cyan = 0.84, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 31 | 187 | 188 | - |
| CMYK | 0.84 | 0.01 | 0 | 0.26 |
| HSL | 180.38º | 0.72% | 0.43% | - |
| HSV(B) | 180.38º | 0.84% | 0.74% | - |
| XYZ | 27.41 | 39.46 | 53.75 | - |
| YUV | 140.47 | 154.82 | 49.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 187 | 188 | 0.84 | 0.01 | 0 | 0.26 | 180.38 | 0.72 | 0.43 |
| Hex | 1F | BB | BC | 54 | 1 | 0 | 1A | B4 | 48 | 2B |
| Octal | 37 | 273 | 274 | 124 | 1 | 0 | 32 | 264 | 110 | 53 |
| Binary | 11111 | 10111011 | 10111100 | 1010100 | 1 | 0 | 11010 | 10110100 | 1001000 | 101011 |
Color Harmonies of #1FBBBC
Complementary color
Monochromatic Colors of #1FBBBC
Black with #1FBBBC
Text Example
Text Example
White with #1FBBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBBBC; }
p { color: rgb(31,187,188); }
H1.HeaderClassName
{
color: #1FBBBC;
}
.AnyTagClassName
{
color: #1FBBBC;
}
</style>
background-color css
<style>
a { background-color: #1FBBBC; }
a { background-color: rgb(31,187,188); }
div.DivClassName
{
background-color: #1FBBBC;
}
.BgClassName
{
background-color: #1FBBBC;
}
</style>
border-color css
<style>
span { border-color: #1FBBBC; }
span { border-color: rgb(31,187,188); }
td.TdClassName
{
border-color: #1FBBBC;
}
.TagClassName
{
border-color: #1FBBBC;
}
</style>