Shades of Pelorous #188DA5
Tints of Pelorous #188DA5
RGB
CMYK
RGB Variations
Color information
#188DA5 (or 0x188DA5) is known color: Pelorous. HEX triplet: 18, 8D and A5. RGB value is (24,141,165). Sum of RGB (Red+Green+Blue) = 24+141+165=330 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.27% from 330); Green value is 141 (55.47% from 255 or 42.73% from 330); Blue value is 165 (64.84% from 255 or 50% from 330); Max value from RGB is 165 - color contains mainly: blue. Hex color #188DA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188DA5 is #E7725A. Grayscale: #6C6C6C. Windows color (decimal): -15168091 or 10849560. OLE color: 10849560.
HSL color Cylindrical-coordinate representation of color #188DA5: hue angle of 190.21º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #188DA5 is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 24 | 141 | 165 | - |
| CMYK | 0.85 | 0.15 | 0 | 0.35 |
| HSL | 190.21º | 0.75% | 0.37% | - |
| HSV(B) | 190.21º | 0.85% | 0.65% | - |
| XYZ | 16.69 | 21.96 | 38.96 | - |
| YUV | 108.75 | 159.74 | 67.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 141 | 165 | 0.85 | 0.15 | 0 | 0.35 | 190.21 | 0.75 | 0.37 |
| Hex | 18 | 8D | A5 | 55 | F | 0 | 23 | BE | 4B | 25 |
| Octal | 30 | 215 | 245 | 125 | 17 | 0 | 43 | 276 | 113 | 45 |
| Binary | 11000 | 10001101 | 10100101 | 1010101 | 1111 | 0 | 100011 | 10111110 | 1001011 | 100101 |
Color Harmonies of #188DA5
Complementary color
Monochromatic Colors of #188DA5
Black with #188DA5
Text Example
Text Example
White with #188DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188DA5; }
p { color: rgb(24,141,165); }
H1.HeaderClassName
{
color: #188DA5;
}
.AnyTagClassName
{
color: #188DA5;
}
</style>
background-color css
<style>
a { background-color: #188DA5; }
a { background-color: rgb(24,141,165); }
div.DivClassName
{
background-color: #188DA5;
}
.BgClassName
{
background-color: #188DA5;
}
</style>
border-color css
<style>
span { border-color: #188DA5; }
span { border-color: rgb(24,141,165); }
td.TdClassName
{
border-color: #188DA5;
}
.TagClassName
{
border-color: #188DA5;
}
</style>