Shades of Deep Sea #12705A
Tints of Deep Sea #12705A
RGB
CMYK
RGB Variations
Color information
#12705A (or 0x12705A) is known color: Deep Sea. HEX triplet: 12, 70 and 5A. RGB value is (18,112,90). Sum of RGB (Red+Green+Blue) = 18+112+90=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 112 (44.14% from 255 or 50.91% from 220); Blue value is 90 (35.55% from 255 or 40.91% from 220); Max value from RGB is 112 - color contains mainly: green. Hex color #12705A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12705A is #ED8FA5. Grayscale: #515151. Windows color (decimal): -15568806 or 5926930. OLE color: 5926930.
HSL color Cylindrical-coordinate representation of color #12705A: hue angle of 165.96º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12705A is Cyan = 0.84, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 112 | 90 | - |
| CMYK | 0.84 | 0 | 0.20 | 0.56 |
| HSL | 165.96º | 0.72% | 0.25% | - |
| HSV(B) | 165.96º | 0.84% | 0.44% | - |
| XYZ | 7.89 | 12.46 | 11.66 | - |
| YUV | 81.39 | 132.86 | 82.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 112 | 90 | 0.84 | 0 | 0.20 | 0.56 | 165.96 | 0.72 | 0.25 |
| Hex | 12 | 70 | 5A | 54 | 0 | 14 | 38 | A6 | 48 | 19 |
| Octal | 22 | 160 | 132 | 124 | 0 | 24 | 70 | 246 | 110 | 31 |
| Binary | 10010 | 1110000 | 1011010 | 1010100 | 0 | 10100 | 111000 | 10100110 | 1001000 | 11001 |
Color Harmonies of #12705A
Complementary color
Monochromatic Colors of #12705A
Black with #12705A
Text Example
Text Example
White with #12705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12705A; }
p { color: rgb(18,112,90); }
H1.HeaderClassName
{
color: #12705A;
}
.AnyTagClassName
{
color: #12705A;
}
</style>
background-color css
<style>
a { background-color: #12705A; }
a { background-color: rgb(18,112,90); }
div.DivClassName
{
background-color: #12705A;
}
.BgClassName
{
background-color: #12705A;
}
</style>
border-color css
<style>
span { border-color: #12705A; }
span { border-color: rgb(18,112,90); }
td.TdClassName
{
border-color: #12705A;
}
.TagClassName
{
border-color: #12705A;
}
</style>