Shades of Light Sea Green #0FABAD
Tints of Light Sea Green #0FABAD
RGB
CMYK
RGB Variations
Color information
#0FABAD (or 0x0FABAD) is known color: Light Sea Green. HEX triplet: 0F, AB and AD. RGB value is (15,171,173). Sum of RGB (Red+Green+Blue) = 15+171+173=359 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.18% from 359); Green value is 171 (67.19% from 255 or 47.63% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #0FABAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FABAD is #F05452. Grayscale: #7C7C7C. Windows color (decimal): -15750227 or 11381519. OLE color: 11381519.
HSL color Cylindrical-coordinate representation of color #0FABAD: hue angle of 180.76º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FABAD is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 171 | 173 | - |
| CMYK | 0.91 | 0.01 | 0 | 0.32 |
| HSL | 180.76º | 0.84% | 0.37% | - |
| HSV(B) | 180.76º | 0.91% | 0.68% | - |
| XYZ | 22.3 | 32.24 | 44.58 | - |
| YUV | 124.58 | 155.32 | 49.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 171 | 173 | 0.91 | 0.01 | 0 | 0.32 | 180.76 | 0.84 | 0.37 |
| Hex | F | AB | AD | 5B | 1 | 0 | 20 | B5 | 54 | 25 |
| Octal | 17 | 253 | 255 | 133 | 1 | 0 | 40 | 265 | 124 | 45 |
| Binary | 1111 | 10101011 | 10101101 | 1011011 | 1 | 0 | 100000 | 10110101 | 1010100 | 100101 |
Color Harmonies of #0FABAD
Complementary color
Monochromatic Colors of #0FABAD
Black with #0FABAD
Text Example
Text Example
White with #0FABAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FABAD; }
p { color: rgb(15,171,173); }
H1.HeaderClassName
{
color: #0FABAD;
}
.AnyTagClassName
{
color: #0FABAD;
}
</style>
background-color css
<style>
a { background-color: #0FABAD; }
a { background-color: rgb(15,171,173); }
div.DivClassName
{
background-color: #0FABAD;
}
.BgClassName
{
background-color: #0FABAD;
}
</style>
border-color css
<style>
span { border-color: #0FABAD; }
span { border-color: rgb(15,171,173); }
td.TdClassName
{
border-color: #0FABAD;
}
.TagClassName
{
border-color: #0FABAD;
}
</style>