Shades of Evening Sea #266D55
Tints of Evening Sea #266D55
RGB
CMYK
RGB Variations
Color information
#266D55 (or 0x266D55) is known color: Evening Sea. HEX triplet: 26, 6D and 55. RGB value is (38,109,85). Sum of RGB (Red+Green+Blue) = 38+109+85=232 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.38% from 232); Green value is 109 (42.97% from 255 or 46.98% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 109 - color contains mainly: green. Hex color #266D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266D55 is #D992AA. Grayscale: #555555. Windows color (decimal): -14258859 or 5598502. OLE color: 5598502.
HSL color Cylindrical-coordinate representation of color #266D55: hue angle of 159.72º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #266D55 is Cyan = 0.65, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 38 | 109 | 85 | - |
| CMYK | 0.65 | 0 | 0.22 | 0.57 |
| HSL | 159.72º | 0.48% | 0.29% | - |
| HSV(B) | 159.72º | 0.65% | 0.43% | - |
| XYZ | 7.91 | 12.01 | 10.49 | - |
| YUV | 85.04 | 127.98 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 109 | 85 | 0.65 | 0 | 0.22 | 0.57 | 159.72 | 0.48 | 0.29 |
| Hex | 26 | 6D | 55 | 41 | 0 | 16 | 39 | A0 | 30 | 1D |
| Octal | 46 | 155 | 125 | 101 | 0 | 26 | 71 | 240 | 60 | 35 |
| Binary | 100110 | 1101101 | 1010101 | 1000001 | 0 | 10110 | 111001 | 10100000 | 110000 | 11101 |
Color Harmonies of #266D55
Complementary color
Monochromatic Colors of #266D55
Black with #266D55
Text Example
Text Example
White with #266D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266D55; }
p { color: rgb(38,109,85); }
H1.HeaderClassName
{
color: #266D55;
}
.AnyTagClassName
{
color: #266D55;
}
</style>
background-color css
<style>
a { background-color: #266D55; }
a { background-color: rgb(38,109,85); }
div.DivClassName
{
background-color: #266D55;
}
.BgClassName
{
background-color: #266D55;
}
</style>
border-color css
<style>
span { border-color: #266D55; }
span { border-color: rgb(38,109,85); }
td.TdClassName
{
border-color: #266D55;
}
.TagClassName
{
border-color: #266D55;
}
</style>