Shades of Genoa #246F66
Tints of Genoa #246F66
RGB
CMYK
RGB Variations
Color information
#246F66 (or 0x246F66) is known color: Genoa. HEX triplet: 24, 6F and 66. RGB value is (36,111,102). Sum of RGB (Red+Green+Blue) = 36+111+102=249 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.46% from 249); Green value is 111 (43.75% from 255 or 44.58% from 249); Blue value is 102 (40.23% from 255 or 40.96% from 249); Max value from RGB is 111 - color contains mainly: green. Hex color #246F66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246F66 is #DB9099. Grayscale: #575757. Windows color (decimal): -14389402 or 6713124. OLE color: 6713124.
HSL color Cylindrical-coordinate representation of color #246F66: hue angle of 172.8º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #246F66 is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 36 | 111 | 102 | - |
| CMYK | 0.68 | 0 | 0.08 | 0.56 |
| HSL | 172.8º | 0.51% | 0.29% | - |
| HSV(B) | 172.8º | 0.68% | 0.44% | - |
| XYZ | 8.81 | 12.7 | 14.56 | - |
| YUV | 87.55 | 136.15 | 91.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 111 | 102 | 0.68 | 0 | 0.08 | 0.56 | 172.8 | 0.51 | 0.29 |
| Hex | 24 | 6F | 66 | 44 | 0 | 8 | 38 | AD | 33 | 1D |
| Octal | 44 | 157 | 146 | 104 | 0 | 10 | 70 | 255 | 63 | 35 |
| Binary | 100100 | 1101111 | 1100110 | 1000100 | 0 | 1000 | 111000 | 10101101 | 110011 | 11101 |
Color Harmonies of #246F66
Complementary color
Monochromatic Colors of #246F66
Black with #246F66
Text Example
Text Example
White with #246F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246F66; }
p { color: rgb(36,111,102); }
H1.HeaderClassName
{
color: #246F66;
}
.AnyTagClassName
{
color: #246F66;
}
</style>
background-color css
<style>
a { background-color: #246F66; }
a { background-color: rgb(36,111,102); }
div.DivClassName
{
background-color: #246F66;
}
.BgClassName
{
background-color: #246F66;
}
</style>
border-color css
<style>
span { border-color: #246F66; }
span { border-color: rgb(36,111,102); }
td.TdClassName
{
border-color: #246F66;
}
.TagClassName
{
border-color: #246F66;
}
</style>