Shades of Deep Sea #26765C
Tints of Deep Sea #26765C
RGB
CMYK
RGB Variations
Color information
#26765C (or 0x26765C) is known color: Deep Sea. HEX triplet: 26, 76 and 5C. RGB value is (38,118,92). Sum of RGB (Red+Green+Blue) = 38+118+92=248 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.32% from 248); Green value is 118 (46.48% from 255 or 47.58% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 118 - color contains mainly: green. Hex color #26765C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26765C is #D989A3. Grayscale: #5B5B5B. Windows color (decimal): -14256548 or 6059558. OLE color: 6059558.
HSL color Cylindrical-coordinate representation of color #26765C: hue angle of 160.5º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #26765C is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 38 | 118 | 92 | - |
| CMYK | 0.68 | 0 | 0.22 | 0.54 |
| HSL | 160.5º | 0.51% | 0.31% | - |
| HSV(B) | 160.5º | 0.68% | 0.46% | - |
| XYZ | 9.21 | 14.14 | 12.37 | - |
| YUV | 91.12 | 128.5 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 118 | 92 | 0.68 | 0 | 0.22 | 0.54 | 160.5 | 0.51 | 0.31 |
| Hex | 26 | 76 | 5C | 44 | 0 | 16 | 36 | A0 | 33 | 1F |
| Octal | 46 | 166 | 134 | 104 | 0 | 26 | 66 | 240 | 63 | 37 |
| Binary | 100110 | 1110110 | 1011100 | 1000100 | 0 | 10110 | 110110 | 10100000 | 110011 | 11111 |
Color Harmonies of #26765C
Complementary color
Monochromatic Colors of #26765C
Black with #26765C
Text Example
Text Example
White with #26765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26765C; }
p { color: rgb(38,118,92); }
H1.HeaderClassName
{
color: #26765C;
}
.AnyTagClassName
{
color: #26765C;
}
</style>
background-color css
<style>
a { background-color: #26765C; }
a { background-color: rgb(38,118,92); }
div.DivClassName
{
background-color: #26765C;
}
.BgClassName
{
background-color: #26765C;
}
</style>
border-color css
<style>
span { border-color: #26765C; }
span { border-color: rgb(38,118,92); }
td.TdClassName
{
border-color: #26765C;
}
.TagClassName
{
border-color: #26765C;
}
</style>