Shades of Light Sea Green #1FBDBC
Tints of Light Sea Green #1FBDBC
RGB
CMYK
RGB Variations
Color information
#1FBDBC (or 0x1FBDBC) is known color: Light Sea Green. HEX triplet: 1F, BD and BC. RGB value is (31,189,188). Sum of RGB (Red+Green+Blue) = 31+189+188=408 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.60% from 408); Green value is 189 (74.22% from 255 or 46.32% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 189 - color contains mainly: green. Hex color #1FBDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBDBC is #E04243. Grayscale: #8D8D8D. Windows color (decimal): -14697028 or 12369183. OLE color: 12369183.
HSL color Cylindrical-coordinate representation of color #1FBDBC: hue angle of 179.62º 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 #1FBDBC is Cyan = 0.84, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 31 | 189 | 188 | - |
| CMYK | 0.84 | 0 | 0.01 | 0.26 |
| HSL | 179.62º | 0.72% | 0.43% | - |
| HSV(B) | 179.62º | 0.84% | 0.74% | - |
| XYZ | 27.84 | 40.32 | 53.89 | - |
| YUV | 141.64 | 154.15 | 49.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 189 | 188 | 0.84 | 0 | 0.01 | 0.26 | 179.62 | 0.72 | 0.43 |
| Hex | 1F | BD | BC | 54 | 0 | 1 | 1A | B4 | 48 | 2B |
| Octal | 37 | 275 | 274 | 124 | 0 | 1 | 32 | 264 | 110 | 53 |
| Binary | 11111 | 10111101 | 10111100 | 1010100 | 0 | 1 | 11010 | 10110100 | 1001000 | 101011 |
Color Harmonies of #1FBDBC
Complementary color
Monochromatic Colors of #1FBDBC
Black with #1FBDBC
Text Example
Text Example
White with #1FBDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBDBC; }
p { color: rgb(31,189,188); }
H1.HeaderClassName
{
color: #1FBDBC;
}
.AnyTagClassName
{
color: #1FBDBC;
}
</style>
background-color css
<style>
a { background-color: #1FBDBC; }
a { background-color: rgb(31,189,188); }
div.DivClassName
{
background-color: #1FBDBC;
}
.BgClassName
{
background-color: #1FBDBC;
}
</style>
border-color css
<style>
span { border-color: #1FBDBC; }
span { border-color: rgb(31,189,188); }
td.TdClassName
{
border-color: #1FBDBC;
}
.TagClassName
{
border-color: #1FBDBC;
}
</style>