Shades of Light Sea Green #1FD2BB
Tints of Light Sea Green #1FD2BB
RGB
CMYK
RGB Variations
Color information
#1FD2BB (or 0x1FD2BB) is known color: Light Sea Green. HEX triplet: 1F, D2 and BB. RGB value is (31,210,187). Sum of RGB (Red+Green+Blue) = 31+210+187=428 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.24% from 428); Green value is 210 (82.42% from 255 or 49.07% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 210 - color contains mainly: green. Hex color #1FD2BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FD2BB is #E02D44. Grayscale: #999999. Windows color (decimal): -14691653 or 12309023. OLE color: 12309023.
HSL color Cylindrical-coordinate representation of color #1FD2BB: hue angle of 172.29º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD2BB is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 31 | 210 | 187 | - |
| CMYK | 0.85 | 0 | 0.11 | 0.18 |
| HSL | 172.29º | 0.74% | 0.47% | - |
| HSV(B) | 172.29º | 0.85% | 0.82% | - |
| XYZ | 32.58 | 49.97 | 54.94 | - |
| YUV | 153.86 | 146.7 | 40.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 210 | 187 | 0.85 | 0 | 0.11 | 0.18 | 172.29 | 0.74 | 0.47 |
| Hex | 1F | D2 | BB | 55 | 0 | B | 12 | AC | 4A | 2F |
| Octal | 37 | 322 | 273 | 125 | 0 | 13 | 22 | 254 | 112 | 57 |
| Binary | 11111 | 11010010 | 10111011 | 1010101 | 0 | 1011 | 10010 | 10101100 | 1001010 | 101111 |
Color Harmonies of #1FD2BB
Complementary color
Monochromatic Colors of #1FD2BB
Black with #1FD2BB
Text Example
Text Example
White with #1FD2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD2BB; }
p { color: rgb(31,210,187); }
H1.HeaderClassName
{
color: #1FD2BB;
}
.AnyTagClassName
{
color: #1FD2BB;
}
</style>
background-color css
<style>
a { background-color: #1FD2BB; }
a { background-color: rgb(31,210,187); }
div.DivClassName
{
background-color: #1FD2BB;
}
.BgClassName
{
background-color: #1FD2BB;
}
</style>
border-color css
<style>
span { border-color: #1FD2BB; }
span { border-color: rgb(31,210,187); }
td.TdClassName
{
border-color: #1FD2BB;
}
.TagClassName
{
border-color: #1FD2BB;
}
</style>