Shades of Light Sea Green #0FB8A5
Tints of Light Sea Green #0FB8A5
RGB
CMYK
RGB Variations
Color information
#0FB8A5 (or 0x0FB8A5) is known color: Light Sea Green. HEX triplet: 0F, B8 and A5. RGB value is (15,184,165). Sum of RGB (Red+Green+Blue) = 15+184+165=364 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.12% from 364); Green value is 184 (72.27% from 255 or 50.55% from 364); Blue value is 165 (64.84% from 255 or 45.33% from 364); Max value from RGB is 184 - color contains mainly: green. Hex color #0FB8A5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB8A5 is #F0475A. Grayscale: #838383. Windows color (decimal): -15746907 or 10860559. OLE color: 10860559.
HSL color Cylindrical-coordinate representation of color #0FB8A5: hue angle of 173.25º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB8A5 is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 15 | 184 | 165 | - |
| CMYK | 0.92 | 0 | 0.10 | 0.28 |
| HSL | 173.25º | 0.85% | 0.39% | - |
| HSV(B) | 173.25º | 0.92% | 0.72% | - |
| XYZ | 24.13 | 37.1 | 41.49 | - |
| YUV | 131.3 | 147.01 | 45.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 184 | 165 | 0.92 | 0 | 0.10 | 0.28 | 173.25 | 0.85 | 0.39 |
| Hex | F | B8 | A5 | 5C | 0 | A | 1C | AD | 55 | 27 |
| Octal | 17 | 270 | 245 | 134 | 0 | 12 | 34 | 255 | 125 | 47 |
| Binary | 1111 | 10111000 | 10100101 | 1011100 | 0 | 1010 | 11100 | 10101101 | 1010101 | 100111 |
Color Harmonies of #0FB8A5
Complementary color
Monochromatic Colors of #0FB8A5
Black with #0FB8A5
Text Example
Text Example
White with #0FB8A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB8A5; }
p { color: rgb(15,184,165); }
H1.HeaderClassName
{
color: #0FB8A5;
}
.AnyTagClassName
{
color: #0FB8A5;
}
</style>
background-color css
<style>
a { background-color: #0FB8A5; }
a { background-color: rgb(15,184,165); }
div.DivClassName
{
background-color: #0FB8A5;
}
.BgClassName
{
background-color: #0FB8A5;
}
</style>
border-color css
<style>
span { border-color: #0FB8A5; }
span { border-color: rgb(15,184,165); }
td.TdClassName
{
border-color: #0FB8A5;
}
.TagClassName
{
border-color: #0FB8A5;
}
</style>