Shades of Genoa #266F66
Tints of Genoa #266F66
RGB
CMYK
RGB Variations
Color information
#266F66 (or 0x266F66) is known color: Genoa. HEX triplet: 26, 6F and 66. RGB value is (38,111,102). Sum of RGB (Red+Green+Blue) = 38+111+102=251 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.14% from 251); Green value is 111 (43.75% from 255 or 44.22% from 251); Blue value is 102 (40.23% from 255 or 40.64% from 251); Max value from RGB is 111 - color contains mainly: green. Hex color #266F66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266F66 is #D99099. Grayscale: #585858. Windows color (decimal): -14258330 or 6713126. OLE color: 6713126.
HSL color Cylindrical-coordinate representation of color #266F66: hue angle of 172.6º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #266F66 is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 111 | 102 | - |
| CMYK | 0.66 | 0 | 0.08 | 0.56 |
| HSL | 172.6º | 0.49% | 0.29% | - |
| HSV(B) | 172.6º | 0.66% | 0.44% | - |
| XYZ | 8.88 | 12.74 | 14.56 | - |
| YUV | 88.15 | 135.82 | 92.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 111 | 102 | 0.66 | 0 | 0.08 | 0.56 | 172.6 | 0.49 | 0.29 |
| Hex | 26 | 6F | 66 | 42 | 0 | 8 | 38 | AD | 31 | 1D |
| Octal | 46 | 157 | 146 | 102 | 0 | 10 | 70 | 255 | 61 | 35 |
| Binary | 100110 | 1101111 | 1100110 | 1000010 | 0 | 1000 | 111000 | 10101101 | 110001 | 11101 |
Color Harmonies of #266F66
Complementary color
Monochromatic Colors of #266F66
Black with #266F66
Text Example
Text Example
White with #266F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266F66; }
p { color: rgb(38,111,102); }
H1.HeaderClassName
{
color: #266F66;
}
.AnyTagClassName
{
color: #266F66;
}
</style>
background-color css
<style>
a { background-color: #266F66; }
a { background-color: rgb(38,111,102); }
div.DivClassName
{
background-color: #266F66;
}
.BgClassName
{
background-color: #266F66;
}
</style>
border-color css
<style>
span { border-color: #266F66; }
span { border-color: rgb(38,111,102); }
td.TdClassName
{
border-color: #266F66;
}
.TagClassName
{
border-color: #266F66;
}
</style>