Shades of Deep Sea #26755D
Tints of Deep Sea #26755D
RGB
CMYK
RGB Variations
Color information
#26755D (or 0x26755D) is known color: Deep Sea. HEX triplet: 26, 75 and 5D. RGB value is (38,117,93). Sum of RGB (Red+Green+Blue) = 38+117+93=248 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.32% from 248); Green value is 117 (46.09% from 255 or 47.18% from 248); Blue value is 93 (36.72% from 255 or 37.5% from 248); Max value from RGB is 117 - color contains mainly: green. Hex color #26755D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26755D is #D98AA2. Grayscale: #5A5A5A. Windows color (decimal): -14256803 or 6124838. OLE color: 6124838.
HSL color Cylindrical-coordinate representation of color #26755D: hue angle of 161.77º 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 #26755D is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 38 | 117 | 93 | - |
| CMYK | 0.68 | 0 | 0.21 | 0.54 |
| HSL | 161.77º | 0.51% | 0.3% | - |
| HSV(B) | 161.77º | 0.68% | 0.46% | - |
| XYZ | 9.14 | 13.92 | 12.56 | - |
| YUV | 90.64 | 129.33 | 90.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 117 | 93 | 0.68 | 0 | 0.21 | 0.54 | 161.77 | 0.51 | 0.3 |
| Hex | 26 | 75 | 5D | 44 | 0 | 15 | 36 | A2 | 33 | 1E |
| Octal | 46 | 165 | 135 | 104 | 0 | 25 | 66 | 242 | 63 | 36 |
| Binary | 100110 | 1110101 | 1011101 | 1000100 | 0 | 10101 | 110110 | 10100010 | 110011 | 11110 |
Color Harmonies of #26755D
Complementary color
Monochromatic Colors of #26755D
Black with #26755D
Text Example
Text Example
White with #26755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26755D; }
p { color: rgb(38,117,93); }
H1.HeaderClassName
{
color: #26755D;
}
.AnyTagClassName
{
color: #26755D;
}
</style>
background-color css
<style>
a { background-color: #26755D; }
a { background-color: rgb(38,117,93); }
div.DivClassName
{
background-color: #26755D;
}
.BgClassName
{
background-color: #26755D;
}
</style>
border-color css
<style>
span { border-color: #26755D; }
span { border-color: rgb(38,117,93); }
td.TdClassName
{
border-color: #26755D;
}
.TagClassName
{
border-color: #26755D;
}
</style>