Shades of Deep Sea #12765E
Tints of Deep Sea #12765E
RGB
CMYK
RGB Variations
Color information
#12765E (or 0x12765E) is known color: Deep Sea. HEX triplet: 12, 76 and 5E. RGB value is (18,118,94). Sum of RGB (Red+Green+Blue) = 18+118+94=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 118 (46.48% from 255 or 51.30% from 230); Blue value is 94 (37.11% from 255 or 40.87% from 230); Max value from RGB is 118 - color contains mainly: green. Hex color #12765E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12765E is #ED89A1. Grayscale: #555555. Windows color (decimal): -15567266 or 6190610. OLE color: 6190610.
HSL color Cylindrical-coordinate representation of color #12765E: hue angle of 165.6º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12765E is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 118 | 94 | - |
| CMYK | 0.85 | 0 | 0.20 | 0.54 |
| HSL | 165.6º | 0.74% | 0.27% | - |
| HSV(B) | 165.6º | 0.85% | 0.46% | - |
| XYZ | 8.75 | 13.89 | 12.81 | - |
| YUV | 85.36 | 132.87 | 79.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 118 | 94 | 0.85 | 0 | 0.20 | 0.54 | 165.6 | 0.74 | 0.27 |
| Hex | 12 | 76 | 5E | 55 | 0 | 14 | 36 | A6 | 4A | 1B |
| Octal | 22 | 166 | 136 | 125 | 0 | 24 | 66 | 246 | 112 | 33 |
| Binary | 10010 | 1110110 | 1011110 | 1010101 | 0 | 10100 | 110110 | 10100110 | 1001010 | 11011 |
Color Harmonies of #12765E
Complementary color
Monochromatic Colors of #12765E
Black with #12765E
Text Example
Text Example
White with #12765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12765E; }
p { color: rgb(18,118,94); }
H1.HeaderClassName
{
color: #12765E;
}
.AnyTagClassName
{
color: #12765E;
}
</style>
background-color css
<style>
a { background-color: #12765E; }
a { background-color: rgb(18,118,94); }
div.DivClassName
{
background-color: #12765E;
}
.BgClassName
{
background-color: #12765E;
}
</style>
border-color css
<style>
span { border-color: #12765E; }
span { border-color: rgb(18,118,94); }
td.TdClassName
{
border-color: #12765E;
}
.TagClassName
{
border-color: #12765E;
}
</style>