Shades of Deep Sea #26755E
Tints of Deep Sea #26755E
RGB
CMYK
RGB Variations
Color information
#26755E (or 0x26755E) is known color: Deep Sea. HEX triplet: 26, 75 and 5E. RGB value is (38,117,94). Sum of RGB (Red+Green+Blue) = 38+117+94=249 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.26% from 249); Green value is 117 (46.09% from 255 or 46.99% from 249); Blue value is 94 (37.11% from 255 or 37.75% from 249); Max value from RGB is 117 - color contains mainly: green. Hex color #26755E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26755E is #D98AA1. Grayscale: #5A5A5A. Windows color (decimal): -14256802 or 6190374. OLE color: 6190374.
HSL color Cylindrical-coordinate representation of color #26755E: hue angle of 162.53º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #26755E is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 38 | 117 | 94 | - |
| CMYK | 0.68 | 0 | 0.20 | 0.54 |
| HSL | 162.53º | 0.51% | 0.3% | - |
| HSV(B) | 162.53º | 0.68% | 0.46% | - |
| XYZ | 9.18 | 13.94 | 12.8 | - |
| YUV | 90.76 | 129.83 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 117 | 94 | 0.68 | 0 | 0.20 | 0.54 | 162.53 | 0.51 | 0.3 |
| Hex | 26 | 75 | 5E | 44 | 0 | 14 | 36 | A3 | 33 | 1E |
| Octal | 46 | 165 | 136 | 104 | 0 | 24 | 66 | 243 | 63 | 36 |
| Binary | 100110 | 1110101 | 1011110 | 1000100 | 0 | 10100 | 110110 | 10100011 | 110011 | 11110 |
Color Harmonies of #26755E
Complementary color
Monochromatic Colors of #26755E
Black with #26755E
Text Example
Text Example
White with #26755E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26755E; }
p { color: rgb(38,117,94); }
H1.HeaderClassName
{
color: #26755E;
}
.AnyTagClassName
{
color: #26755E;
}
</style>
background-color css
<style>
a { background-color: #26755E; }
a { background-color: rgb(38,117,94); }
div.DivClassName
{
background-color: #26755E;
}
.BgClassName
{
background-color: #26755E;
}
</style>
border-color css
<style>
span { border-color: #26755E; }
span { border-color: rgb(38,117,94); }
td.TdClassName
{
border-color: #26755E;
}
.TagClassName
{
border-color: #26755E;
}
</style>