Shades of Pelorous #1898AC
Tints of Pelorous #1898AC
RGB
CMYK
RGB Variations
Color information
#1898AC (or 0x1898AC) is known color: Pelorous. HEX triplet: 18, 98 and AC. RGB value is (24,152,172). Sum of RGB (Red+Green+Blue) = 24+152+172=348 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.90% from 348); Green value is 152 (59.77% from 255 or 43.68% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #1898AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1898AC is #E76753. Grayscale: #737373. Windows color (decimal): -15165268 or 11311128. OLE color: 11311128.
HSL color Cylindrical-coordinate representation of color #1898AC: hue angle of 188.11º degrees, saturation: 0.76, 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 #1898AC is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 152 | 172 | - |
| CMYK | 0.86 | 0.12 | 0 | 0.33 |
| HSL | 188.11º | 0.76% | 0.38% | - |
| HSV(B) | 188.11º | 0.86% | 0.67% | - |
| XYZ | 19.05 | 25.63 | 42.97 | - |
| YUV | 116.01 | 159.59 | 62.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 152 | 172 | 0.86 | 0.12 | 0 | 0.33 | 188.11 | 0.76 | 0.38 |
| Hex | 18 | 98 | AC | 56 | C | 0 | 21 | BC | 4C | 26 |
| Octal | 30 | 230 | 254 | 126 | 14 | 0 | 41 | 274 | 114 | 46 |
| Binary | 11000 | 10011000 | 10101100 | 1010110 | 1100 | 0 | 100001 | 10111100 | 1001100 | 100110 |
Color Harmonies of #1898AC
Complementary color
Monochromatic Colors of #1898AC
Black with #1898AC
Text Example
Text Example
White with #1898AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1898AC; }
p { color: rgb(24,152,172); }
H1.HeaderClassName
{
color: #1898AC;
}
.AnyTagClassName
{
color: #1898AC;
}
</style>
background-color css
<style>
a { background-color: #1898AC; }
a { background-color: rgb(24,152,172); }
div.DivClassName
{
background-color: #1898AC;
}
.BgClassName
{
background-color: #1898AC;
}
</style>
border-color css
<style>
span { border-color: #1898AC; }
span { border-color: rgb(24,152,172); }
td.TdClassName
{
border-color: #1898AC;
}
.TagClassName
{
border-color: #1898AC;
}
</style>