Shades of Pelorous #248EAE
Tints of Pelorous #248EAE
RGB
CMYK
RGB Variations
Color information
#248EAE (or 0x248EAE) is known color: Pelorous. HEX triplet: 24, 8E and AE. RGB value is (36,142,174). Sum of RGB (Red+Green+Blue) = 36+142+174=352 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.23% from 352); Green value is 142 (55.86% from 255 or 40.34% from 352); Blue value is 174 (68.36% from 255 or 49.43% from 352); Max value from RGB is 174 - color contains mainly: blue. Hex color #248EAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248EAE is #DB7151. Grayscale: #717171. Windows color (decimal): -14381394 or 11439652. OLE color: 11439652.
HSL color Cylindrical-coordinate representation of color #248EAE: hue angle of 193.91º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #248EAE is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 36 | 142 | 174 | - |
| CMYK | 0.79 | 0.18 | 0 | 0.32 |
| HSL | 193.91º | 0.66% | 0.41% | - |
| HSV(B) | 193.91º | 0.79% | 0.68% | - |
| XYZ | 18.04 | 22.78 | 43.49 | - |
| YUV | 113.95 | 161.88 | 72.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 142 | 174 | 0.79 | 0.18 | 0 | 0.32 | 193.91 | 0.66 | 0.41 |
| Hex | 24 | 8E | AE | 4F | 12 | 0 | 20 | C2 | 42 | 29 |
| Octal | 44 | 216 | 256 | 117 | 22 | 0 | 40 | 302 | 102 | 51 |
| Binary | 100100 | 10001110 | 10101110 | 1001111 | 10010 | 0 | 100000 | 11000010 | 1000010 | 101001 |
Color Harmonies of #248EAE
Complementary color
Monochromatic Colors of #248EAE
Black with #248EAE
Text Example
Text Example
White with #248EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248EAE; }
p { color: rgb(36,142,174); }
H1.HeaderClassName
{
color: #248EAE;
}
.AnyTagClassName
{
color: #248EAE;
}
</style>
background-color css
<style>
a { background-color: #248EAE; }
a { background-color: rgb(36,142,174); }
div.DivClassName
{
background-color: #248EAE;
}
.BgClassName
{
background-color: #248EAE;
}
</style>
border-color css
<style>
span { border-color: #248EAE; }
span { border-color: rgb(36,142,174); }
td.TdClassName
{
border-color: #248EAE;
}
.TagClassName
{
border-color: #248EAE;
}
</style>