Shades of Light Sea Green #0FB6AD
Tints of Light Sea Green #0FB6AD
RGB
CMYK
RGB Variations
Color information
#0FB6AD (or 0x0FB6AD) is known color: Light Sea Green. HEX triplet: 0F, B6 and AD. RGB value is (15,182,173). Sum of RGB (Red+Green+Blue) = 15+182+173=370 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.05% from 370); Green value is 182 (71.48% from 255 or 49.19% from 370); Blue value is 173 (67.97% from 255 or 46.76% from 370); Max value from RGB is 182 - color contains mainly: green. Hex color #0FB6AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB6AD is #F04952. Grayscale: #828282. Windows color (decimal): -15747411 or 11384335. OLE color: 11384335.
HSL color Cylindrical-coordinate representation of color #0FB6AD: hue angle of 176.77º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB6AD is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 182 | 173 | - |
| CMYK | 0.92 | 0 | 0.05 | 0.29 |
| HSL | 176.77º | 0.85% | 0.39% | - |
| HSV(B) | 176.77º | 0.92% | 0.71% | - |
| XYZ | 24.47 | 36.57 | 45.31 | - |
| YUV | 131.04 | 151.67 | 45.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 182 | 173 | 0.92 | 0 | 0.05 | 0.29 | 176.77 | 0.85 | 0.39 |
| Hex | F | B6 | AD | 5C | 0 | 5 | 1D | B1 | 55 | 27 |
| Octal | 17 | 266 | 255 | 134 | 0 | 5 | 35 | 261 | 125 | 47 |
| Binary | 1111 | 10110110 | 10101101 | 1011100 | 0 | 101 | 11101 | 10110001 | 1010101 | 100111 |
Color Harmonies of #0FB6AD
Complementary color
Monochromatic Colors of #0FB6AD
Black with #0FB6AD
Text Example
Text Example
White with #0FB6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB6AD; }
p { color: rgb(15,182,173); }
H1.HeaderClassName
{
color: #0FB6AD;
}
.AnyTagClassName
{
color: #0FB6AD;
}
</style>
background-color css
<style>
a { background-color: #0FB6AD; }
a { background-color: rgb(15,182,173); }
div.DivClassName
{
background-color: #0FB6AD;
}
.BgClassName
{
background-color: #0FB6AD;
}
</style>
border-color css
<style>
span { border-color: #0FB6AD; }
span { border-color: rgb(15,182,173); }
td.TdClassName
{
border-color: #0FB6AD;
}
.TagClassName
{
border-color: #0FB6AD;
}
</style>