Shades of Light Sea Green #1FB1AF
Tints of Light Sea Green #1FB1AF
RGB
CMYK
RGB Variations
Color information
#1FB1AF (or 0x1FB1AF) is known color: Light Sea Green. HEX triplet: 1F, B1 and AF. RGB value is (31,177,175). Sum of RGB (Red+Green+Blue) = 31+177+175=383 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.09% from 383); Green value is 177 (69.53% from 255 or 46.21% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 177 - color contains mainly: green. Hex color #1FB1AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FB1AF is #E04E50. Grayscale: #848484. Windows color (decimal): -14700113 or 11514143. OLE color: 11514143.
HSL color Cylindrical-coordinate representation of color #1FB1AF: hue angle of 179.18º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FB1AF is Cyan = 0.82, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 31 | 177 | 175 | - |
| CMYK | 0.82 | 0 | 0.01 | 0.31 |
| HSL | 179.18º | 0.7% | 0.41% | - |
| HSV(B) | 179.18º | 0.82% | 0.69% | - |
| XYZ | 24.03 | 34.83 | 46.01 | - |
| YUV | 133.12 | 151.63 | 55.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 177 | 175 | 0.82 | 0 | 0.01 | 0.31 | 179.18 | 0.7 | 0.41 |
| Hex | 1F | B1 | AF | 52 | 0 | 1 | 1F | B3 | 46 | 29 |
| Octal | 37 | 261 | 257 | 122 | 0 | 1 | 37 | 263 | 106 | 51 |
| Binary | 11111 | 10110001 | 10101111 | 1010010 | 0 | 1 | 11111 | 10110011 | 1000110 | 101001 |
Color Harmonies of #1FB1AF
Complementary color
Monochromatic Colors of #1FB1AF
Black with #1FB1AF
Text Example
Text Example
White with #1FB1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB1AF; }
p { color: rgb(31,177,175); }
H1.HeaderClassName
{
color: #1FB1AF;
}
.AnyTagClassName
{
color: #1FB1AF;
}
</style>
background-color css
<style>
a { background-color: #1FB1AF; }
a { background-color: rgb(31,177,175); }
div.DivClassName
{
background-color: #1FB1AF;
}
.BgClassName
{
background-color: #1FB1AF;
}
</style>
border-color css
<style>
span { border-color: #1FB1AF; }
span { border-color: rgb(31,177,175); }
td.TdClassName
{
border-color: #1FB1AF;
}
.TagClassName
{
border-color: #1FB1AF;
}
</style>