Shades of Light Sea Green #0FB2A5
Tints of Light Sea Green #0FB2A5
RGB
CMYK
RGB Variations
Color information
#0FB2A5 (or 0x0FB2A5) is known color: Light Sea Green. HEX triplet: 0F, B2 and A5. RGB value is (15,178,165). Sum of RGB (Red+Green+Blue) = 15+178+165=358 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.19% from 358); Green value is 178 (69.92% from 255 or 49.72% from 358); Blue value is 165 (64.84% from 255 or 46.09% from 358); Max value from RGB is 178 - color contains mainly: green. Hex color #0FB2A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FB2A5 is #F04D5A. Grayscale: #7F7F7F. Windows color (decimal): -15748443 or 10859023. OLE color: 10859023.
HSL color Cylindrical-coordinate representation of color #0FB2A5: hue angle of 175.21º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB2A5 is Cyan = 0.92, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 15 | 178 | 165 | - |
| CMYK | 0.92 | 0 | 0.07 | 0.30 |
| HSL | 175.21º | 0.84% | 0.38% | - |
| HSV(B) | 175.21º | 0.92% | 0.7% | - |
| XYZ | 22.91 | 34.66 | 41.08 | - |
| YUV | 127.78 | 149 | 47.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 178 | 165 | 0.92 | 0 | 0.07 | 0.30 | 175.21 | 0.84 | 0.38 |
| Hex | F | B2 | A5 | 5C | 0 | 7 | 1E | AF | 54 | 26 |
| Octal | 17 | 262 | 245 | 134 | 0 | 7 | 36 | 257 | 124 | 46 |
| Binary | 1111 | 10110010 | 10100101 | 1011100 | 0 | 111 | 11110 | 10101111 | 1010100 | 100110 |
Color Harmonies of #0FB2A5
Complementary color
Monochromatic Colors of #0FB2A5
Black with #0FB2A5
Text Example
Text Example
White with #0FB2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB2A5; }
p { color: rgb(15,178,165); }
H1.HeaderClassName
{
color: #0FB2A5;
}
.AnyTagClassName
{
color: #0FB2A5;
}
</style>
background-color css
<style>
a { background-color: #0FB2A5; }
a { background-color: rgb(15,178,165); }
div.DivClassName
{
background-color: #0FB2A5;
}
.BgClassName
{
background-color: #0FB2A5;
}
</style>
border-color css
<style>
span { border-color: #0FB2A5; }
span { border-color: rgb(15,178,165); }
td.TdClassName
{
border-color: #0FB2A5;
}
.TagClassName
{
border-color: #0FB2A5;
}
</style>