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