Shades of Light Sea Green #1FB3AF
Tints of Light Sea Green #1FB3AF
RGB
CMYK
RGB Variations
Color information
#1FB3AF (or 0x1FB3AF) is known color: Light Sea Green. HEX triplet: 1F, B3 and AF. RGB value is (31,179,175). Sum of RGB (Red+Green+Blue) = 31+179+175=385 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.05% from 385); Green value is 179 (70.31% from 255 or 46.49% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 179 - color contains mainly: green. Hex color #1FB3AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FB3AF is #E04C50. Grayscale: #868686. Windows color (decimal): -14699601 or 11514655. OLE color: 11514655.
HSL color Cylindrical-coordinate representation of color #1FB3AF: hue angle of 178.38º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB3AF is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 31 | 179 | 175 | - |
| CMYK | 0.83 | 0 | 0.02 | 0.30 |
| HSL | 178.38º | 0.7% | 0.41% | - |
| HSV(B) | 178.38º | 0.83% | 0.7% | - |
| XYZ | 24.42 | 35.63 | 46.15 | - |
| YUV | 134.29 | 150.97 | 54.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 179 | 175 | 0.83 | 0 | 0.02 | 0.30 | 178.38 | 0.7 | 0.41 |
| Hex | 1F | B3 | AF | 53 | 0 | 2 | 1E | B2 | 46 | 29 |
| Octal | 37 | 263 | 257 | 123 | 0 | 2 | 36 | 262 | 106 | 51 |
| Binary | 11111 | 10110011 | 10101111 | 1010011 | 0 | 10 | 11110 | 10110010 | 1000110 | 101001 |
Color Harmonies of #1FB3AF
Complementary color
Monochromatic Colors of #1FB3AF
Black with #1FB3AF
Text Example
Text Example
White with #1FB3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB3AF; }
p { color: rgb(31,179,175); }
H1.HeaderClassName
{
color: #1FB3AF;
}
.AnyTagClassName
{
color: #1FB3AF;
}
</style>
background-color css
<style>
a { background-color: #1FB3AF; }
a { background-color: rgb(31,179,175); }
div.DivClassName
{
background-color: #1FB3AF;
}
.BgClassName
{
background-color: #1FB3AF;
}
</style>
border-color css
<style>
span { border-color: #1FB3AF; }
span { border-color: rgb(31,179,175); }
td.TdClassName
{
border-color: #1FB3AF;
}
.TagClassName
{
border-color: #1FB3AF;
}
</style>