Shades of Deep Sea #0F755C
Tints of Deep Sea #0F755C
RGB
CMYK
RGB Variations
Color information
#0F755C (or 0x0F755C) is known color: Deep Sea. HEX triplet: 0F, 75 and 5C. RGB value is (15,117,92). Sum of RGB (Red+Green+Blue) = 15+117+92=224 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.70% from 224); Green value is 117 (46.09% from 255 or 52.23% from 224); Blue value is 92 (36.33% from 255 or 41.07% from 224); Max value from RGB is 117 - color contains mainly: green. Hex color #0F755C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F755C is #F08AA3. Grayscale: #535353. Windows color (decimal): -15764132 or 6059279. OLE color: 6059279.
HSL color Cylindrical-coordinate representation of color #0F755C: hue angle of 165.29º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F755C is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 15 | 117 | 92 | - |
| CMYK | 0.87 | 0 | 0.21 | 0.54 |
| HSL | 165.29º | 0.77% | 0.26% | - |
| HSV(B) | 165.29º | 0.87% | 0.46% | - |
| XYZ | 8.49 | 13.6 | 12.3 | - |
| YUV | 83.65 | 132.71 | 79.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 117 | 92 | 0.87 | 0 | 0.21 | 0.54 | 165.29 | 0.77 | 0.26 |
| Hex | F | 75 | 5C | 57 | 0 | 15 | 36 | A5 | 4D | 1A |
| Octal | 17 | 165 | 134 | 127 | 0 | 25 | 66 | 245 | 115 | 32 |
| Binary | 1111 | 1110101 | 1011100 | 1010111 | 0 | 10101 | 110110 | 10100101 | 1001101 | 11010 |
Color Harmonies of #0F755C
Complementary color
Monochromatic Colors of #0F755C
Black with #0F755C
Text Example
Text Example
White with #0F755C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F755C; }
p { color: rgb(15,117,92); }
H1.HeaderClassName
{
color: #0F755C;
}
.AnyTagClassName
{
color: #0F755C;
}
</style>
background-color css
<style>
a { background-color: #0F755C; }
a { background-color: rgb(15,117,92); }
div.DivClassName
{
background-color: #0F755C;
}
.BgClassName
{
background-color: #0F755C;
}
</style>
border-color css
<style>
span { border-color: #0F755C; }
span { border-color: rgb(15,117,92); }
td.TdClassName
{
border-color: #0F755C;
}
.TagClassName
{
border-color: #0F755C;
}
</style>