Shades of Light Sea Green #0FC8B2
Tints of Light Sea Green #0FC8B2
RGB
CMYK
RGB Variations
Color information
#0FC8B2 (or 0x0FC8B2) is known color: Light Sea Green. HEX triplet: 0F, C8 and B2. RGB value is (15,200,178). Sum of RGB (Red+Green+Blue) = 15+200+178=393 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.82% from 393); Green value is 200 (78.52% from 255 or 50.89% from 393); Blue value is 178 (69.92% from 255 or 45.29% from 393); Max value from RGB is 200 - color contains mainly: green. Hex color #0FC8B2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC8B2 is #F0374D. Grayscale: #8E8E8E. Windows color (decimal): -15742798 or 11716623. OLE color: 11716623.
HSL color Cylindrical-coordinate representation of color #0FC8B2: hue angle of 172.86º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC8B2 is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 200 | 178 | - |
| CMYK | 0.92 | 0 | 0.11 | 0.22 |
| HSL | 172.86º | 0.86% | 0.42% | - |
| HSV(B) | 172.86º | 0.93% | 0.78% | - |
| XYZ | 28.89 | 44.62 | 49.21 | - |
| YUV | 142.18 | 148.21 | 37.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 200 | 178 | 0.92 | 0 | 0.11 | 0.22 | 172.86 | 0.86 | 0.42 |
| Hex | F | C8 | B2 | 5C | 0 | B | 16 | AD | 56 | 2A |
| Octal | 17 | 310 | 262 | 134 | 0 | 13 | 26 | 255 | 126 | 52 |
| Binary | 1111 | 11001000 | 10110010 | 1011100 | 0 | 1011 | 10110 | 10101101 | 1010110 | 101010 |
Color Harmonies of #0FC8B2
Complementary color
Monochromatic Colors of #0FC8B2
Black with #0FC8B2
Text Example
Text Example
White with #0FC8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC8B2; }
p { color: rgb(15,200,178); }
H1.HeaderClassName
{
color: #0FC8B2;
}
.AnyTagClassName
{
color: #0FC8B2;
}
</style>
background-color css
<style>
a { background-color: #0FC8B2; }
a { background-color: rgb(15,200,178); }
div.DivClassName
{
background-color: #0FC8B2;
}
.BgClassName
{
background-color: #0FC8B2;
}
</style>
border-color css
<style>
span { border-color: #0FC8B2; }
span { border-color: rgb(15,200,178); }
td.TdClassName
{
border-color: #0FC8B2;
}
.TagClassName
{
border-color: #0FC8B2;
}
</style>