Shades of Pelorous #30AABA
Tints of Pelorous #30AABA
RGB
CMYK
RGB Variations
Color information
#30AABA (or 0x30AABA) is known color: Pelorous. HEX triplet: 30, AA and BA. RGB value is (48,170,186). Sum of RGB (Red+Green+Blue) = 48+170+186=404 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.88% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #30AABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30AABA is #CF5545. Grayscale: #878787. Windows color (decimal): -13587782 or 12233264. OLE color: 12233264.
HSL color Cylindrical-coordinate representation of color #30AABA: hue angle of 186.96º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30AABA is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 170 | 186 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.27 |
| HSL | 186.96º | 0.59% | 0.46% | - |
| HSV(B) | 186.96º | 0.74% | 0.73% | - |
| XYZ | 24.46 | 32.92 | 51.52 | - |
| YUV | 135.35 | 156.58 | 65.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 170 | 186 | 0.74 | 0.09 | 0 | 0.27 | 186.96 | 0.59 | 0.46 |
| Hex | 30 | AA | BA | 4A | 9 | 0 | 1B | BB | 3B | 2E |
| Octal | 60 | 252 | 272 | 112 | 11 | 0 | 33 | 273 | 73 | 56 |
| Binary | 110000 | 10101010 | 10111010 | 1001010 | 1001 | 0 | 11011 | 10111011 | 111011 | 101110 |
Color Harmonies of #30AABA
Complementary color
Monochromatic Colors of #30AABA
Black with #30AABA
Text Example
Text Example
White with #30AABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AABA; }
p { color: rgb(48,170,186); }
H1.HeaderClassName
{
color: #30AABA;
}
.AnyTagClassName
{
color: #30AABA;
}
</style>
background-color css
<style>
a { background-color: #30AABA; }
a { background-color: rgb(48,170,186); }
div.DivClassName
{
background-color: #30AABA;
}
.BgClassName
{
background-color: #30AABA;
}
</style>
border-color css
<style>
span { border-color: #30AABA; }
span { border-color: rgb(48,170,186); }
td.TdClassName
{
border-color: #30AABA;
}
.TagClassName
{
border-color: #30AABA;
}
</style>