Shades of Deep Sea #26755C
Tints of Deep Sea #26755C
RGB
CMYK
RGB Variations
Color information
#26755C (or 0x26755C) is known color: Deep Sea. HEX triplet: 26, 75 and 5C. RGB value is (38,117,92). Sum of RGB (Red+Green+Blue) = 38+117+92=247 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.38% from 247); Green value is 117 (46.09% from 255 or 47.37% from 247); Blue value is 92 (36.33% from 255 or 37.25% from 247); Max value from RGB is 117 - color contains mainly: green. Hex color #26755C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26755C is #D98AA3. Grayscale: #5A5A5A. Windows color (decimal): -14256804 or 6059302. OLE color: 6059302.
HSL color Cylindrical-coordinate representation of color #26755C: hue angle of 161.01º 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 #26755C is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 38 | 117 | 92 | - |
| CMYK | 0.68 | 0 | 0.21 | 0.54 |
| HSL | 161.01º | 0.51% | 0.3% | - |
| HSV(B) | 161.01º | 0.68% | 0.46% | - |
| XYZ | 9.09 | 13.91 | 12.33 | - |
| YUV | 90.53 | 128.83 | 90.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 117 | 92 | 0.68 | 0 | 0.21 | 0.54 | 161.01 | 0.51 | 0.3 |
| Hex | 26 | 75 | 5C | 44 | 0 | 15 | 36 | A1 | 33 | 1E |
| Octal | 46 | 165 | 134 | 104 | 0 | 25 | 66 | 241 | 63 | 36 |
| Binary | 100110 | 1110101 | 1011100 | 1000100 | 0 | 10101 | 110110 | 10100001 | 110011 | 11110 |
Color Harmonies of #26755C
Complementary color
Monochromatic Colors of #26755C
Black with #26755C
Text Example
Text Example
White with #26755C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26755C; }
p { color: rgb(38,117,92); }
H1.HeaderClassName
{
color: #26755C;
}
.AnyTagClassName
{
color: #26755C;
}
</style>
background-color css
<style>
a { background-color: #26755C; }
a { background-color: rgb(38,117,92); }
div.DivClassName
{
background-color: #26755C;
}
.BgClassName
{
background-color: #26755C;
}
</style>
border-color css
<style>
span { border-color: #26755C; }
span { border-color: rgb(38,117,92); }
td.TdClassName
{
border-color: #26755C;
}
.TagClassName
{
border-color: #26755C;
}
</style>