Shades of Pelorous #249DAB
Tints of Pelorous #249DAB
RGB
CMYK
RGB Variations
Color information
#249DAB (or 0x249DAB) is known color: Pelorous. HEX triplet: 24, 9D and AB. RGB value is (36,157,171). Sum of RGB (Red+Green+Blue) = 36+157+171=364 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.89% from 364); Green value is 157 (61.72% from 255 or 43.13% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #249DAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249DAB is #DB6254. Grayscale: #7A7A7A. Windows color (decimal): -14377557 or 11246884. OLE color: 11246884.
HSL color Cylindrical-coordinate representation of color #249DAB: hue angle of 186.22º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #249DAB is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 157 | 171 | - |
| CMYK | 0.79 | 0.08 | 0 | 0.33 |
| HSL | 186.22º | 0.65% | 0.41% | - |
| HSV(B) | 186.22º | 0.79% | 0.67% | - |
| XYZ | 20.14 | 27.43 | 42.76 | - |
| YUV | 122.42 | 155.41 | 66.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 157 | 171 | 0.79 | 0.08 | 0 | 0.33 | 186.22 | 0.65 | 0.41 |
| Hex | 24 | 9D | AB | 4F | 8 | 0 | 21 | BA | 41 | 29 |
| Octal | 44 | 235 | 253 | 117 | 10 | 0 | 41 | 272 | 101 | 51 |
| Binary | 100100 | 10011101 | 10101011 | 1001111 | 1000 | 0 | 100001 | 10111010 | 1000001 | 101001 |
Color Harmonies of #249DAB
Complementary color
Monochromatic Colors of #249DAB
Black with #249DAB
Text Example
Text Example
White with #249DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249DAB; }
p { color: rgb(36,157,171); }
H1.HeaderClassName
{
color: #249DAB;
}
.AnyTagClassName
{
color: #249DAB;
}
</style>
background-color css
<style>
a { background-color: #249DAB; }
a { background-color: rgb(36,157,171); }
div.DivClassName
{
background-color: #249DAB;
}
.BgClassName
{
background-color: #249DAB;
}
</style>
border-color css
<style>
span { border-color: #249DAB; }
span { border-color: rgb(36,157,171); }
td.TdClassName
{
border-color: #249DAB;
}
.TagClassName
{
border-color: #249DAB;
}
</style>