Shades of Light Sea Green #0FB4B4
Tints of Light Sea Green #0FB4B4
RGB
CMYK
RGB Variations
Color information
#0FB4B4 (or 0x0FB4B4) is known color: Light Sea Green. HEX triplet: 0F, B4 and B4. RGB value is (15,180,180). Sum of RGB (Red+Green+Blue) = 15+180+180=375 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4% from 375); Green value is 180 (70.70% from 255 or 48% from 375); Blue value is 180 (70.70% from 255 or 48% from 375); Max value from RGB is 180 - color contains mainly: green, blue. Hex color #0FB4B4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB4B4 is #F04B4B. Grayscale: #828282. Windows color (decimal): -15747916 or 11842575. OLE color: 11842575.
HSL color Cylindrical-coordinate representation of color #0FB4B4: hue angle of 180º 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 #0FB4B4 is Cyan = 0.92, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 180 | 180 | - |
| CMYK | 0.92 | 0 | 0 | 0.29 |
| HSL | 180º | 0.85% | 0.38% | - |
| HSV(B) | 180º | 0.92% | 0.71% | - |
| XYZ | 24.76 | 36.04 | 48.83 | - |
| YUV | 130.67 | 155.84 | 45.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 180 | 180 | 0.92 | 0 | 0 | 0.29 | 180 | 0.85 | 0.38 |
| Hex | F | B4 | B4 | 5C | 0 | 0 | 1D | B4 | 55 | 26 |
| Octal | 17 | 264 | 264 | 134 | 0 | 0 | 35 | 264 | 125 | 46 |
| Binary | 1111 | 10110100 | 10110100 | 1011100 | 0 | 0 | 11101 | 10110100 | 1010101 | 100110 |
Color Harmonies of #0FB4B4
Complementary color
Monochromatic Colors of #0FB4B4
Black with #0FB4B4
Text Example
Text Example
White with #0FB4B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB4B4; }
p { color: rgb(15,180,180); }
H1.HeaderClassName
{
color: #0FB4B4;
}
.AnyTagClassName
{
color: #0FB4B4;
}
</style>
background-color css
<style>
a { background-color: #0FB4B4; }
a { background-color: rgb(15,180,180); }
div.DivClassName
{
background-color: #0FB4B4;
}
.BgClassName
{
background-color: #0FB4B4;
}
</style>
border-color css
<style>
span { border-color: #0FB4B4; }
span { border-color: rgb(15,180,180); }
td.TdClassName
{
border-color: #0FB4B4;
}
.TagClassName
{
border-color: #0FB4B4;
}
</style>