Shades of Light Sea Green #0FAFAB
Tints of Light Sea Green #0FAFAB
RGB
CMYK
RGB Variations
Color information
#0FAFAB (or 0x0FAFAB) is known color: Light Sea Green. HEX triplet: 0F, AF and AB. RGB value is (15,175,171). Sum of RGB (Red+Green+Blue) = 15+175+171=361 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.16% from 361); Green value is 175 (68.75% from 255 or 48.48% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 175 - color contains mainly: green. Hex color #0FAFAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAFAB is #F05054. Grayscale: #7E7E7E. Windows color (decimal): -15749205 or 11251471. OLE color: 11251471.
HSL color Cylindrical-coordinate representation of color #0FAFAB: hue angle of 178.5º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAFAB is Cyan = 0.91, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 175 | 171 | - |
| CMYK | 0.91 | 0 | 0.02 | 0.31 |
| HSL | 178.5º | 0.84% | 0.37% | - |
| HSV(B) | 178.5º | 0.91% | 0.69% | - |
| XYZ | 22.88 | 33.7 | 43.83 | - |
| YUV | 126.7 | 152.99 | 48.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 175 | 171 | 0.91 | 0 | 0.02 | 0.31 | 178.5 | 0.84 | 0.37 |
| Hex | F | AF | AB | 5B | 0 | 2 | 1F | B2 | 54 | 25 |
| Octal | 17 | 257 | 253 | 133 | 0 | 2 | 37 | 262 | 124 | 45 |
| Binary | 1111 | 10101111 | 10101011 | 1011011 | 0 | 10 | 11111 | 10110010 | 1010100 | 100101 |
Color Harmonies of #0FAFAB
Complementary color
Monochromatic Colors of #0FAFAB
Black with #0FAFAB
Text Example
Text Example
White with #0FAFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAFAB; }
p { color: rgb(15,175,171); }
H1.HeaderClassName
{
color: #0FAFAB;
}
.AnyTagClassName
{
color: #0FAFAB;
}
</style>
background-color css
<style>
a { background-color: #0FAFAB; }
a { background-color: rgb(15,175,171); }
div.DivClassName
{
background-color: #0FAFAB;
}
.BgClassName
{
background-color: #0FAFAB;
}
</style>
border-color css
<style>
span { border-color: #0FAFAB; }
span { border-color: rgb(15,175,171); }
td.TdClassName
{
border-color: #0FAFAB;
}
.TagClassName
{
border-color: #0FAFAB;
}
</style>