Shades of Deep Sea #10765A
Tints of Deep Sea #10765A
RGB
CMYK
RGB Variations
Color information
#10765A (or 0x10765A) is known color: Deep Sea. HEX triplet: 10, 76 and 5A. RGB value is (16,118,90). Sum of RGB (Red+Green+Blue) = 16+118+90=224 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.14% from 224); Green value is 118 (46.48% from 255 or 52.68% from 224); Blue value is 90 (35.55% from 255 or 40.18% from 224); Max value from RGB is 118 - color contains mainly: green. Hex color #10765A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10765A is #EF89A5. Grayscale: #545454. Windows color (decimal): -15698342 or 5928464. OLE color: 5928464.
HSL color Cylindrical-coordinate representation of color #10765A: hue angle of 163.53º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10765A is Cyan = 0.86, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 16 | 118 | 90 | - |
| CMYK | 0.86 | 0 | 0.24 | 0.54 |
| HSL | 163.53º | 0.76% | 0.26% | - |
| HSV(B) | 163.53º | 0.86% | 0.46% | - |
| XYZ | 8.54 | 13.81 | 11.89 | - |
| YUV | 84.31 | 131.21 | 79.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 118 | 90 | 0.86 | 0 | 0.24 | 0.54 | 163.53 | 0.76 | 0.26 |
| Hex | 10 | 76 | 5A | 56 | 0 | 18 | 36 | A4 | 4C | 1A |
| Octal | 20 | 166 | 132 | 126 | 0 | 30 | 66 | 244 | 114 | 32 |
| Binary | 10000 | 1110110 | 1011010 | 1010110 | 0 | 11000 | 110110 | 10100100 | 1001100 | 11010 |
Color Harmonies of #10765A
Complementary color
Monochromatic Colors of #10765A
Black with #10765A
Text Example
Text Example
White with #10765A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10765A; }
p { color: rgb(16,118,90); }
H1.HeaderClassName
{
color: #10765A;
}
.AnyTagClassName
{
color: #10765A;
}
</style>
background-color css
<style>
a { background-color: #10765A; }
a { background-color: rgb(16,118,90); }
div.DivClassName
{
background-color: #10765A;
}
.BgClassName
{
background-color: #10765A;
}
</style>
border-color css
<style>
span { border-color: #10765A; }
span { border-color: rgb(16,118,90); }
td.TdClassName
{
border-color: #10765A;
}
.TagClassName
{
border-color: #10765A;
}
</style>