Shades of Deep Sea #26775E
Tints of Deep Sea #26775E
RGB
CMYK
RGB Variations
Color information
#26775E (or 0x26775E) is known color: Deep Sea. HEX triplet: 26, 77 and 5E. RGB value is (38,119,94). Sum of RGB (Red+Green+Blue) = 38+119+94=251 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.14% from 251); Green value is 119 (46.88% from 255 or 47.41% from 251); Blue value is 94 (37.11% from 255 or 37.45% from 251); Max value from RGB is 119 - color contains mainly: green. Hex color #26775E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26775E is #D988A1. Grayscale: #5B5B5B. Windows color (decimal): -14256290 or 6190886. OLE color: 6190886.
HSL color Cylindrical-coordinate representation of color #26775E: hue angle of 161.48º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #26775E is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 38 | 119 | 94 | - |
| CMYK | 0.68 | 0 | 0.21 | 0.53 |
| HSL | 161.48º | 0.52% | 0.31% | - |
| HSV(B) | 161.48º | 0.68% | 0.47% | - |
| XYZ | 9.42 | 14.41 | 12.88 | - |
| YUV | 91.93 | 129.16 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 119 | 94 | 0.68 | 0 | 0.21 | 0.53 | 161.48 | 0.52 | 0.31 |
| Hex | 26 | 77 | 5E | 44 | 0 | 15 | 35 | A1 | 34 | 1F |
| Octal | 46 | 167 | 136 | 104 | 0 | 25 | 65 | 241 | 64 | 37 |
| Binary | 100110 | 1110111 | 1011110 | 1000100 | 0 | 10101 | 110101 | 10100001 | 110100 | 11111 |
Color Harmonies of #26775E
Complementary color
Monochromatic Colors of #26775E
Black with #26775E
Text Example
Text Example
White with #26775E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26775E; }
p { color: rgb(38,119,94); }
H1.HeaderClassName
{
color: #26775E;
}
.AnyTagClassName
{
color: #26775E;
}
</style>
background-color css
<style>
a { background-color: #26775E; }
a { background-color: rgb(38,119,94); }
div.DivClassName
{
background-color: #26775E;
}
.BgClassName
{
background-color: #26775E;
}
</style>
border-color css
<style>
span { border-color: #26775E; }
span { border-color: rgb(38,119,94); }
td.TdClassName
{
border-color: #26775E;
}
.TagClassName
{
border-color: #26775E;
}
</style>