Shades of Evening Sea #26614C
Tints of Evening Sea #26614C
RGB
CMYK
RGB Variations
Color information
#26614C (or 0x26614C) is known color: Evening Sea. HEX triplet: 26, 61 and 4C. RGB value is (38,97,76). Sum of RGB (Red+Green+Blue) = 38+97+76=211 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.01% from 211); Green value is 97 (38.28% from 255 or 45.97% from 211); Blue value is 76 (30.08% from 255 or 36.02% from 211); Max value from RGB is 97 - color contains mainly: green. Hex color #26614C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26614C is #D99EB3. Grayscale: #4C4C4C. Windows color (decimal): -14261940 or 5005606. OLE color: 5005606.
HSL color Cylindrical-coordinate representation of color #26614C: hue angle of 158.64º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #26614C is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 38 | 97 | 76 | - |
| CMYK | 0.61 | 0 | 0.22 | 0.62 |
| HSL | 158.64º | 0.44% | 0.26% | - |
| HSV(B) | 158.64º | 0.61% | 0.38% | - |
| XYZ | 6.38 | 9.48 | 8.33 | - |
| YUV | 76.97 | 127.45 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 97 | 76 | 0.61 | 0 | 0.22 | 0.62 | 158.64 | 0.44 | 0.26 |
| Hex | 26 | 61 | 4C | 3D | 0 | 16 | 3E | 9F | 2C | 1A |
| Octal | 46 | 141 | 114 | 75 | 0 | 26 | 76 | 237 | 54 | 32 |
| Binary | 100110 | 1100001 | 1001100 | 111101 | 0 | 10110 | 111110 | 10011111 | 101100 | 11010 |
Color Harmonies of #26614C
Complementary color
Monochromatic Colors of #26614C
Black with #26614C
Text Example
Text Example
White with #26614C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26614C; }
p { color: rgb(38,97,76); }
H1.HeaderClassName
{
color: #26614C;
}
.AnyTagClassName
{
color: #26614C;
}
</style>
background-color css
<style>
a { background-color: #26614C; }
a { background-color: rgb(38,97,76); }
div.DivClassName
{
background-color: #26614C;
}
.BgClassName
{
background-color: #26614C;
}
</style>
border-color css
<style>
span { border-color: #26614C; }
span { border-color: rgb(38,97,76); }
td.TdClassName
{
border-color: #26614C;
}
.TagClassName
{
border-color: #26614C;
}
</style>