Shades of Light Sea Green #0FB4B5
Tints of Light Sea Green #0FB4B5
RGB
CMYK
RGB Variations
Color information
#0FB4B5 (or 0x0FB4B5) is known color: Light Sea Green. HEX triplet: 0F, B4 and B5. RGB value is (15,180,181). Sum of RGB (Red+Green+Blue) = 15+180+181=376 (49% of max value = 765). Red value is 15 (6.25% from 255 or 3.99% from 376); Green value is 180 (70.70% from 255 or 47.87% from 376); Blue value is 181 (71.09% from 255 or 48.14% from 376); Max value from RGB is 181 - color contains mainly: blue. Hex color #0FB4B5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB4B5 is #F04B4A. Grayscale: #828282. Windows color (decimal): -15747915 or 11908111. OLE color: 11908111.
HSL color Cylindrical-coordinate representation of color #0FB4B5: hue angle of 180.36º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB4B5 is Cyan = 0.92, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 180 | 181 | - |
| CMYK | 0.92 | 0.01 | 0 | 0.29 |
| HSL | 180.36º | 0.85% | 0.38% | - |
| HSV(B) | 180.36º | 0.92% | 0.71% | - |
| XYZ | 24.86 | 36.08 | 49.37 | - |
| YUV | 130.78 | 156.34 | 45.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 180 | 181 | 0.92 | 0.01 | 0 | 0.29 | 180.36 | 0.85 | 0.38 |
| Hex | F | B4 | B5 | 5C | 1 | 0 | 1D | B4 | 55 | 26 |
| Octal | 17 | 264 | 265 | 134 | 1 | 0 | 35 | 264 | 125 | 46 |
| Binary | 1111 | 10110100 | 10110101 | 1011100 | 1 | 0 | 11101 | 10110100 | 1010101 | 100110 |
Color Harmonies of #0FB4B5
Complementary color
Monochromatic Colors of #0FB4B5
Black with #0FB4B5
Text Example
Text Example
White with #0FB4B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB4B5; }
p { color: rgb(15,180,181); }
H1.HeaderClassName
{
color: #0FB4B5;
}
.AnyTagClassName
{
color: #0FB4B5;
}
</style>
background-color css
<style>
a { background-color: #0FB4B5; }
a { background-color: rgb(15,180,181); }
div.DivClassName
{
background-color: #0FB4B5;
}
.BgClassName
{
background-color: #0FB4B5;
}
</style>
border-color css
<style>
span { border-color: #0FB4B5; }
span { border-color: rgb(15,180,181); }
td.TdClassName
{
border-color: #0FB4B5;
}
.TagClassName
{
border-color: #0FB4B5;
}
</style>