Shades of Pelorous #1CAABA
Tints of Pelorous #1CAABA
RGB
CMYK
RGB Variations
Color information
#1CAABA (or 0x1CAABA) is known color: Pelorous. HEX triplet: 1C, AA and BA. RGB value is (28,170,186). Sum of RGB (Red+Green+Blue) = 28+170+186=384 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.29% from 384); Green value is 170 (66.80% from 255 or 44.27% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #1CAABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CAABA is #E35545. Grayscale: #818181. Windows color (decimal): -14898502 or 12233244. OLE color: 12233244.
HSL color Cylindrical-coordinate representation of color #1CAABA: hue angle of 186.08º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CAABA is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 28 | 170 | 186 | - |
| CMYK | 0.85 | 0.09 | 0 | 0.27 |
| HSL | 186.08º | 0.74% | 0.42% | - |
| HSV(B) | 186.08º | 0.85% | 0.73% | - |
| XYZ | 23.72 | 32.54 | 51.49 | - |
| YUV | 129.37 | 159.96 | 55.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 170 | 186 | 0.85 | 0.09 | 0 | 0.27 | 186.08 | 0.74 | 0.42 |
| Hex | 1C | AA | BA | 55 | 9 | 0 | 1B | BA | 4A | 2A |
| Octal | 34 | 252 | 272 | 125 | 11 | 0 | 33 | 272 | 112 | 52 |
| Binary | 11100 | 10101010 | 10111010 | 1010101 | 1001 | 0 | 11011 | 10111010 | 1001010 | 101010 |
Color Harmonies of #1CAABA
Complementary color
Monochromatic Colors of #1CAABA
Black with #1CAABA
Text Example
Text Example
White with #1CAABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAABA; }
p { color: rgb(28,170,186); }
H1.HeaderClassName
{
color: #1CAABA;
}
.AnyTagClassName
{
color: #1CAABA;
}
</style>
background-color css
<style>
a { background-color: #1CAABA; }
a { background-color: rgb(28,170,186); }
div.DivClassName
{
background-color: #1CAABA;
}
.BgClassName
{
background-color: #1CAABA;
}
</style>
border-color css
<style>
span { border-color: #1CAABA; }
span { border-color: rgb(28,170,186); }
td.TdClassName
{
border-color: #1CAABA;
}
.TagClassName
{
border-color: #1CAABA;
}
</style>