Shades of Pelorous #24ADC7
Tints of Pelorous #24ADC7
RGB
CMYK
RGB Variations
Color information
#24ADC7 (or 0x24ADC7) is known color: Pelorous. HEX triplet: 24, AD and C7. RGB value is (36,173,199). Sum of RGB (Red+Green+Blue) = 36+173+199=408 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.82% from 408); Green value is 173 (67.97% from 255 or 42.40% from 408); Blue value is 199 (78.12% from 255 or 48.77% from 408); Max value from RGB is 199 - color contains mainly: blue. Hex color #24ADC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #24ADC7 is #DB5238. Grayscale: #868686. Windows color (decimal): -14373433 or 13085988. OLE color: 13085988.
HSL color Cylindrical-coordinate representation of color #24ADC7: hue angle of 189.57º 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 #24ADC7 is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 36 | 173 | 199 | - |
| CMYK | 0.82 | 0.13 | 0 | 0.22 |
| HSL | 189.57º | 0.69% | 0.46% | - |
| HSV(B) | 189.57º | 0.82% | 0.78% | - |
| XYZ | 25.98 | 34.39 | 59.3 | - |
| YUV | 135 | 164.11 | 57.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 173 | 199 | 0.82 | 0.13 | 0 | 0.22 | 189.57 | 0.69 | 0.46 |
| Hex | 24 | AD | C7 | 52 | D | 0 | 16 | BE | 45 | 2E |
| Octal | 44 | 255 | 307 | 122 | 15 | 0 | 26 | 276 | 105 | 56 |
| Binary | 100100 | 10101101 | 11000111 | 1010010 | 1101 | 0 | 10110 | 10111110 | 1000101 | 101110 |
Color Harmonies of #24ADC7
Complementary color
Monochromatic Colors of #24ADC7
Black with #24ADC7
Text Example
Text Example
White with #24ADC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24ADC7; }
p { color: rgb(36,173,199); }
H1.HeaderClassName
{
color: #24ADC7;
}
.AnyTagClassName
{
color: #24ADC7;
}
</style>
background-color css
<style>
a { background-color: #24ADC7; }
a { background-color: rgb(36,173,199); }
div.DivClassName
{
background-color: #24ADC7;
}
.BgClassName
{
background-color: #24ADC7;
}
</style>
border-color css
<style>
span { border-color: #24ADC7; }
span { border-color: rgb(36,173,199); }
td.TdClassName
{
border-color: #24ADC7;
}
.TagClassName
{
border-color: #24ADC7;
}
</style>