Shades of Pelorous #189DA6
Tints of Pelorous #189DA6
RGB
CMYK
RGB Variations
Color information
#189DA6 (or 0x189DA6) is known color: Pelorous. HEX triplet: 18, 9D and A6. RGB value is (24,157,166). Sum of RGB (Red+Green+Blue) = 24+157+166=347 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.92% from 347); Green value is 157 (61.72% from 255 or 45.24% from 347); Blue value is 166 (65.23% from 255 or 47.84% from 347); Max value from RGB is 166 - color contains mainly: blue. Hex color #189DA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189DA6 is #E76259. Grayscale: #767676. Windows color (decimal): -15163994 or 10919192. OLE color: 10919192.
HSL color Cylindrical-coordinate representation of color #189DA6: hue angle of 183.8º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #189DA6 is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 24 | 157 | 166 | - |
| CMYK | 0.86 | 0.05 | 0 | 0.35 |
| HSL | 183.8º | 0.75% | 0.37% | - |
| HSV(B) | 183.8º | 0.86% | 0.65% | - |
| XYZ | 19.32 | 27.06 | 40.28 | - |
| YUV | 118.26 | 154.94 | 60.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 157 | 166 | 0.86 | 0.05 | 0 | 0.35 | 183.8 | 0.75 | 0.37 |
| Hex | 18 | 9D | A6 | 56 | 5 | 0 | 23 | B8 | 4B | 25 |
| Octal | 30 | 235 | 246 | 126 | 5 | 0 | 43 | 270 | 113 | 45 |
| Binary | 11000 | 10011101 | 10100110 | 1010110 | 101 | 0 | 100011 | 10111000 | 1001011 | 100101 |
Color Harmonies of #189DA6
Complementary color
Monochromatic Colors of #189DA6
Black with #189DA6
Text Example
Text Example
White with #189DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189DA6; }
p { color: rgb(24,157,166); }
H1.HeaderClassName
{
color: #189DA6;
}
.AnyTagClassName
{
color: #189DA6;
}
</style>
background-color css
<style>
a { background-color: #189DA6; }
a { background-color: rgb(24,157,166); }
div.DivClassName
{
background-color: #189DA6;
}
.BgClassName
{
background-color: #189DA6;
}
</style>
border-color css
<style>
span { border-color: #189DA6; }
span { border-color: rgb(24,157,166); }
td.TdClassName
{
border-color: #189DA6;
}
.TagClassName
{
border-color: #189DA6;
}
</style>