Shades of Pelorous #24ACC6
Tints of Pelorous #24ACC6
RGB
CMYK
RGB Variations
Color information
#24ACC6 (or 0x24ACC6) is known color: Pelorous. HEX triplet: 24, AC and C6. RGB value is (36,172,198). Sum of RGB (Red+Green+Blue) = 36+172+198=406 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.87% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 198 (77.73% from 255 or 48.77% from 406); Max value from RGB is 198 - color contains mainly: blue. Hex color #24ACC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #24ACC6 is #DB5339. Grayscale: #868686. Windows color (decimal): -14373690 or 13020196. OLE color: 13020196.
HSL color Cylindrical-coordinate representation of color #24ACC6: hue angle of 189.63º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #24ACC6 is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 36 | 172 | 198 | - |
| CMYK | 0.82 | 0.13 | 0 | 0.22 |
| HSL | 189.63º | 0.69% | 0.46% | - |
| HSV(B) | 189.63º | 0.82% | 0.78% | - |
| XYZ | 25.67 | 33.96 | 58.63 | - |
| YUV | 134.3 | 163.94 | 57.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 172 | 198 | 0.82 | 0.13 | 0 | 0.22 | 189.63 | 0.69 | 0.46 |
| Hex | 24 | AC | C6 | 52 | D | 0 | 16 | BE | 45 | 2E |
| Octal | 44 | 254 | 306 | 122 | 15 | 0 | 26 | 276 | 105 | 56 |
| Binary | 100100 | 10101100 | 11000110 | 1010010 | 1101 | 0 | 10110 | 10111110 | 1000101 | 101110 |
Color Harmonies of #24ACC6
Complementary color
Monochromatic Colors of #24ACC6
Black with #24ACC6
Text Example
Text Example
White with #24ACC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24ACC6; }
p { color: rgb(36,172,198); }
H1.HeaderClassName
{
color: #24ACC6;
}
.AnyTagClassName
{
color: #24ACC6;
}
</style>
background-color css
<style>
a { background-color: #24ACC6; }
a { background-color: rgb(36,172,198); }
div.DivClassName
{
background-color: #24ACC6;
}
.BgClassName
{
background-color: #24ACC6;
}
</style>
border-color css
<style>
span { border-color: #24ACC6; }
span { border-color: rgb(36,172,198); }
td.TdClassName
{
border-color: #24ACC6;
}
.TagClassName
{
border-color: #24ACC6;
}
</style>