Shades of Deep Sea #26775F
Tints of Deep Sea #26775F
RGB
CMYK
RGB Variations
Color information
#26775F (or 0x26775F) is known color: Deep Sea. HEX triplet: 26, 77 and 5F. RGB value is (38,119,95). Sum of RGB (Red+Green+Blue) = 38+119+95=252 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.08% from 252); Green value is 119 (46.88% from 255 or 47.22% from 252); Blue value is 95 (37.5% from 255 or 37.70% from 252); Max value from RGB is 119 - color contains mainly: green. Hex color #26775F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26775F is #D988A0. Grayscale: #5C5C5C. Windows color (decimal): -14256289 or 6256422. OLE color: 6256422.
HSL color Cylindrical-coordinate representation of color #26775F: hue angle of 162.22º 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 #26775F is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 38 | 119 | 95 | - |
| CMYK | 0.68 | 0 | 0.20 | 0.53 |
| HSL | 162.22º | 0.52% | 0.31% | - |
| HSV(B) | 162.22º | 0.68% | 0.47% | - |
| XYZ | 9.46 | 14.43 | 13.11 | - |
| YUV | 92.05 | 129.66 | 89.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 119 | 95 | 0.68 | 0 | 0.20 | 0.53 | 162.22 | 0.52 | 0.31 |
| Hex | 26 | 77 | 5F | 44 | 0 | 14 | 35 | A2 | 34 | 1F |
| Octal | 46 | 167 | 137 | 104 | 0 | 24 | 65 | 242 | 64 | 37 |
| Binary | 100110 | 1110111 | 1011111 | 1000100 | 0 | 10100 | 110101 | 10100010 | 110100 | 11111 |
Color Harmonies of #26775F
Complementary color
Monochromatic Colors of #26775F
Black with #26775F
Text Example
Text Example
White with #26775F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26775F; }
p { color: rgb(38,119,95); }
H1.HeaderClassName
{
color: #26775F;
}
.AnyTagClassName
{
color: #26775F;
}
</style>
background-color css
<style>
a { background-color: #26775F; }
a { background-color: rgb(38,119,95); }
div.DivClassName
{
background-color: #26775F;
}
.BgClassName
{
background-color: #26775F;
}
</style>
border-color css
<style>
span { border-color: #26775F; }
span { border-color: rgb(38,119,95); }
td.TdClassName
{
border-color: #26775F;
}
.TagClassName
{
border-color: #26775F;
}
</style>