Shades of Pelorous #1896AB
Tints of Pelorous #1896AB
RGB
CMYK
RGB Variations
Color information
#1896AB (or 0x1896AB) is known color: Pelorous. HEX triplet: 18, 96 and AB. RGB value is (24,150,171). Sum of RGB (Red+Green+Blue) = 24+150+171=345 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.96% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #1896AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1896AB is #E76954. Grayscale: #727272. Windows color (decimal): -15165781 or 11245080. OLE color: 11245080.
HSL color Cylindrical-coordinate representation of color #1896AB: hue angle of 188.57º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1896AB is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 150 | 171 | - |
| CMYK | 0.86 | 0.12 | 0 | 0.33 |
| HSL | 188.57º | 0.75% | 0.38% | - |
| HSV(B) | 188.57º | 0.86% | 0.67% | - |
| XYZ | 18.63 | 24.95 | 42.36 | - |
| YUV | 114.72 | 159.76 | 63.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 150 | 171 | 0.86 | 0.12 | 0 | 0.33 | 188.57 | 0.75 | 0.38 |
| Hex | 18 | 96 | AB | 56 | C | 0 | 21 | BD | 4B | 26 |
| Octal | 30 | 226 | 253 | 126 | 14 | 0 | 41 | 275 | 113 | 46 |
| Binary | 11000 | 10010110 | 10101011 | 1010110 | 1100 | 0 | 100001 | 10111101 | 1001011 | 100110 |
Color Harmonies of #1896AB
Complementary color
Monochromatic Colors of #1896AB
Black with #1896AB
Text Example
Text Example
White with #1896AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1896AB; }
p { color: rgb(24,150,171); }
H1.HeaderClassName
{
color: #1896AB;
}
.AnyTagClassName
{
color: #1896AB;
}
</style>
background-color css
<style>
a { background-color: #1896AB; }
a { background-color: rgb(24,150,171); }
div.DivClassName
{
background-color: #1896AB;
}
.BgClassName
{
background-color: #1896AB;
}
</style>
border-color css
<style>
span { border-color: #1896AB; }
span { border-color: rgb(24,150,171); }
td.TdClassName
{
border-color: #1896AB;
}
.TagClassName
{
border-color: #1896AB;
}
</style>