Shades of Light Sea Green #0FC5B5
Tints of Light Sea Green #0FC5B5
RGB
CMYK
RGB Variations
Color information
#0FC5B5 (or 0x0FC5B5) is known color: Light Sea Green. HEX triplet: 0F, C5 and B5. RGB value is (15,197,181). Sum of RGB (Red+Green+Blue) = 15+197+181=393 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.82% from 393); Green value is 197 (77.34% from 255 or 50.13% from 393); Blue value is 181 (71.09% from 255 or 46.06% from 393); Max value from RGB is 197 - color contains mainly: green. Hex color #0FC5B5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FC5B5 is #F03A4A. Grayscale: #8C8C8C. Windows color (decimal): -15743563 or 11912463. OLE color: 11912463.
HSL color Cylindrical-coordinate representation of color #0FC5B5: hue angle of 174.73º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC5B5 is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 15 | 197 | 181 | - |
| CMYK | 0.92 | 0 | 0.08 | 0.23 |
| HSL | 174.73º | 0.86% | 0.42% | - |
| HSV(B) | 174.73º | 0.92% | 0.77% | - |
| XYZ | 28.5 | 43.37 | 50.59 | - |
| YUV | 140.76 | 150.7 | 38.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 197 | 181 | 0.92 | 0 | 0.08 | 0.23 | 174.73 | 0.86 | 0.42 |
| Hex | F | C5 | B5 | 5C | 0 | 8 | 17 | AF | 56 | 2A |
| Octal | 17 | 305 | 265 | 134 | 0 | 10 | 27 | 257 | 126 | 52 |
| Binary | 1111 | 11000101 | 10110101 | 1011100 | 0 | 1000 | 10111 | 10101111 | 1010110 | 101010 |
Color Harmonies of #0FC5B5
Complementary color
Monochromatic Colors of #0FC5B5
Black with #0FC5B5
Text Example
Text Example
White with #0FC5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC5B5; }
p { color: rgb(15,197,181); }
H1.HeaderClassName
{
color: #0FC5B5;
}
.AnyTagClassName
{
color: #0FC5B5;
}
</style>
background-color css
<style>
a { background-color: #0FC5B5; }
a { background-color: rgb(15,197,181); }
div.DivClassName
{
background-color: #0FC5B5;
}
.BgClassName
{
background-color: #0FC5B5;
}
</style>
border-color css
<style>
span { border-color: #0FC5B5; }
span { border-color: rgb(15,197,181); }
td.TdClassName
{
border-color: #0FC5B5;
}
.TagClassName
{
border-color: #0FC5B5;
}
</style>