Shades of Evening Sea #266C4F
Tints of Evening Sea #266C4F
RGB
CMYK
RGB Variations
Color information
#266C4F (or 0x266C4F) is known color: Evening Sea. HEX triplet: 26, 6C and 4F. RGB value is (38,108,79). Sum of RGB (Red+Green+Blue) = 38+108+79=225 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.89% from 225); Green value is 108 (42.58% from 255 or 48% from 225); Blue value is 79 (31.25% from 255 or 35.11% from 225); Max value from RGB is 108 - color contains mainly: green. Hex color #266C4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266C4F is #D993B0. Grayscale: #535353. Windows color (decimal): -14259121 or 5205030. OLE color: 5205030.
HSL color Cylindrical-coordinate representation of color #266C4F: hue angle of 155.14º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #266C4F is Cyan = 0.65, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 108 | 79 | - |
| CMYK | 0.65 | 0 | 0.27 | 0.58 |
| HSL | 155.14º | 0.48% | 0.29% | - |
| HSV(B) | 155.14º | 0.65% | 0.42% | - |
| XYZ | 7.57 | 11.7 | 9.26 | - |
| YUV | 83.76 | 125.31 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 108 | 79 | 0.65 | 0 | 0.27 | 0.58 | 155.14 | 0.48 | 0.29 |
| Hex | 26 | 6C | 4F | 41 | 0 | 1B | 3A | 9B | 30 | 1D |
| Octal | 46 | 154 | 117 | 101 | 0 | 33 | 72 | 233 | 60 | 35 |
| Binary | 100110 | 1101100 | 1001111 | 1000001 | 0 | 11011 | 111010 | 10011011 | 110000 | 11101 |
Color Harmonies of #266C4F
Complementary color
Monochromatic Colors of #266C4F
Black with #266C4F
Text Example
Text Example
White with #266C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266C4F; }
p { color: rgb(38,108,79); }
H1.HeaderClassName
{
color: #266C4F;
}
.AnyTagClassName
{
color: #266C4F;
}
</style>
background-color css
<style>
a { background-color: #266C4F; }
a { background-color: rgb(38,108,79); }
div.DivClassName
{
background-color: #266C4F;
}
.BgClassName
{
background-color: #266C4F;
}
</style>
border-color css
<style>
span { border-color: #266C4F; }
span { border-color: rgb(38,108,79); }
td.TdClassName
{
border-color: #266C4F;
}
.TagClassName
{
border-color: #266C4F;
}
</style>