Shades of Deep Sea #26755F
Tints of Deep Sea #26755F
RGB
CMYK
RGB Variations
Color information
#26755F (or 0x26755F) is known color: Deep Sea. HEX triplet: 26, 75 and 5F. RGB value is (38,117,95). Sum of RGB (Red+Green+Blue) = 38+117+95=250 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.2% from 250); Green value is 117 (46.09% from 255 or 46.8% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 117 - color contains mainly: green. Hex color #26755F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26755F is #D98AA0. Grayscale: #5A5A5A. Windows color (decimal): -14256801 or 6255910. OLE color: 6255910.
HSL color Cylindrical-coordinate representation of color #26755F: hue angle of 163.29º 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 #26755F is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 38 | 117 | 95 | - |
| CMYK | 0.68 | 0 | 0.19 | 0.54 |
| HSL | 163.29º | 0.51% | 0.3% | - |
| HSV(B) | 163.29º | 0.68% | 0.46% | - |
| XYZ | 9.23 | 13.96 | 13.03 | - |
| YUV | 90.87 | 130.33 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 117 | 95 | 0.68 | 0 | 0.19 | 0.54 | 163.29 | 0.51 | 0.3 |
| Hex | 26 | 75 | 5F | 44 | 0 | 13 | 36 | A3 | 33 | 1E |
| Octal | 46 | 165 | 137 | 104 | 0 | 23 | 66 | 243 | 63 | 36 |
| Binary | 100110 | 1110101 | 1011111 | 1000100 | 0 | 10011 | 110110 | 10100011 | 110011 | 11110 |
Color Harmonies of #26755F
Complementary color
Monochromatic Colors of #26755F
Black with #26755F
Text Example
Text Example
White with #26755F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26755F; }
p { color: rgb(38,117,95); }
H1.HeaderClassName
{
color: #26755F;
}
.AnyTagClassName
{
color: #26755F;
}
</style>
background-color css
<style>
a { background-color: #26755F; }
a { background-color: rgb(38,117,95); }
div.DivClassName
{
background-color: #26755F;
}
.BgClassName
{
background-color: #26755F;
}
</style>
border-color css
<style>
span { border-color: #26755F; }
span { border-color: rgb(38,117,95); }
td.TdClassName
{
border-color: #26755F;
}
.TagClassName
{
border-color: #26755F;
}
</style>