Shades of Pelorous #1C90AE
Tints of Pelorous #1C90AE
RGB
CMYK
RGB Variations
Color information
#1C90AE (or 0x1C90AE) is known color: Pelorous. HEX triplet: 1C, 90 and AE. RGB value is (28,144,174). Sum of RGB (Red+Green+Blue) = 28+144+174=346 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.09% from 346); Green value is 144 (56.64% from 255 or 41.62% from 346); Blue value is 174 (68.36% from 255 or 50.29% from 346); Max value from RGB is 174 - color contains mainly: blue. Hex color #1C90AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C90AE is #E36F51. Grayscale: #707070. Windows color (decimal): -14905170 or 11440156. OLE color: 11440156.
HSL color Cylindrical-coordinate representation of color #1C90AE: hue angle of 192.33º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C90AE is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 28 | 144 | 174 | - |
| CMYK | 0.84 | 0.17 | 0 | 0.32 |
| HSL | 192.33º | 0.72% | 0.4% | - |
| HSV(B) | 192.33º | 0.84% | 0.68% | - |
| XYZ | 18.09 | 23.25 | 43.58 | - |
| YUV | 112.74 | 162.57 | 67.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 144 | 174 | 0.84 | 0.17 | 0 | 0.32 | 192.33 | 0.72 | 0.4 |
| Hex | 1C | 90 | AE | 54 | 11 | 0 | 20 | C0 | 48 | 28 |
| Octal | 34 | 220 | 256 | 124 | 21 | 0 | 40 | 300 | 110 | 50 |
| Binary | 11100 | 10010000 | 10101110 | 1010100 | 10001 | 0 | 100000 | 11000000 | 1001000 | 101000 |
Color Harmonies of #1C90AE
Complementary color
Monochromatic Colors of #1C90AE
Black with #1C90AE
Text Example
Text Example
White with #1C90AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C90AE; }
p { color: rgb(28,144,174); }
H1.HeaderClassName
{
color: #1C90AE;
}
.AnyTagClassName
{
color: #1C90AE;
}
</style>
background-color css
<style>
a { background-color: #1C90AE; }
a { background-color: rgb(28,144,174); }
div.DivClassName
{
background-color: #1C90AE;
}
.BgClassName
{
background-color: #1C90AE;
}
</style>
border-color css
<style>
span { border-color: #1C90AE; }
span { border-color: rgb(28,144,174); }
td.TdClassName
{
border-color: #1C90AE;
}
.TagClassName
{
border-color: #1C90AE;
}
</style>