Shades of Atoll #246D70
Tints of Atoll #246D70
RGB
CMYK
RGB Variations
Color information
#246D70 (or 0x246D70) is known color: Atoll. HEX triplet: 24, 6D and 70. RGB value is (36,109,112). Sum of RGB (Red+Green+Blue) = 36+109+112=257 (34% of max value = 765). Red value is 36 (14.45% from 255 or 14.01% from 257); Green value is 109 (42.97% from 255 or 42.41% from 257); Blue value is 112 (44.14% from 255 or 43.58% from 257); Max value from RGB is 112 - color contains mainly: blue. Hex color #246D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246D70 is #DB928F. Grayscale: #575757. Windows color (decimal): -14389904 or 7367972. OLE color: 7367972.
HSL color Cylindrical-coordinate representation of color #246D70: hue angle of 182.37º 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 #246D70 is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 36 | 109 | 112 | - |
| CMYK | 0.68 | 0.03 | 0 | 0.56 |
| HSL | 182.37º | 0.51% | 0.29% | - |
| HSV(B) | 182.37º | 0.68% | 0.44% | - |
| XYZ | 9.12 | 12.48 | 17.26 | - |
| YUV | 87.52 | 141.82 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 109 | 112 | 0.68 | 0.03 | 0 | 0.56 | 182.37 | 0.51 | 0.29 |
| Hex | 24 | 6D | 70 | 44 | 3 | 0 | 38 | B6 | 33 | 1D |
| Octal | 44 | 155 | 160 | 104 | 3 | 0 | 70 | 266 | 63 | 35 |
| Binary | 100100 | 1101101 | 1110000 | 1000100 | 11 | 0 | 111000 | 10110110 | 110011 | 11101 |
Color Harmonies of #246D70
Complementary color
Monochromatic Colors of #246D70
Black with #246D70
Text Example
Text Example
White with #246D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246D70; }
p { color: rgb(36,109,112); }
H1.HeaderClassName
{
color: #246D70;
}
.AnyTagClassName
{
color: #246D70;
}
</style>
background-color css
<style>
a { background-color: #246D70; }
a { background-color: rgb(36,109,112); }
div.DivClassName
{
background-color: #246D70;
}
.BgClassName
{
background-color: #246D70;
}
</style>
border-color css
<style>
span { border-color: #246D70; }
span { border-color: rgb(36,109,112); }
td.TdClassName
{
border-color: #246D70;
}
.TagClassName
{
border-color: #246D70;
}
</style>