Shades of Pelorous #30AABB
Tints of Pelorous #30AABB
RGB
CMYK
RGB Variations
Color information
#30AABB (or 0x30AABB) is known color: Pelorous. HEX triplet: 30, AA and BB. RGB value is (48,170,187). Sum of RGB (Red+Green+Blue) = 48+170+187=405 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.85% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 187 - color contains mainly: blue. Hex color #30AABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30AABB is #CF5544. Grayscale: #878787. Windows color (decimal): -13587781 or 12298800. OLE color: 12298800.
HSL color Cylindrical-coordinate representation of color #30AABB: hue angle of 187.34º 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 #30AABB is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 170 | 187 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.27 |
| HSL | 187.34º | 0.59% | 0.46% | - |
| HSV(B) | 187.34º | 0.74% | 0.73% | - |
| XYZ | 24.56 | 32.97 | 52.08 | - |
| YUV | 135.46 | 157.08 | 65.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 170 | 187 | 0.74 | 0.09 | 0 | 0.27 | 187.34 | 0.59 | 0.46 |
| Hex | 30 | AA | BB | 4A | 9 | 0 | 1B | BB | 3B | 2E |
| Octal | 60 | 252 | 273 | 112 | 11 | 0 | 33 | 273 | 73 | 56 |
| Binary | 110000 | 10101010 | 10111011 | 1001010 | 1001 | 0 | 11011 | 10111011 | 111011 | 101110 |
Color Harmonies of #30AABB
Complementary color
Monochromatic Colors of #30AABB
Black with #30AABB
Text Example
Text Example
White with #30AABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AABB; }
p { color: rgb(48,170,187); }
H1.HeaderClassName
{
color: #30AABB;
}
.AnyTagClassName
{
color: #30AABB;
}
</style>
background-color css
<style>
a { background-color: #30AABB; }
a { background-color: rgb(48,170,187); }
div.DivClassName
{
background-color: #30AABB;
}
.BgClassName
{
background-color: #30AABB;
}
</style>
border-color css
<style>
span { border-color: #30AABB; }
span { border-color: rgb(48,170,187); }
td.TdClassName
{
border-color: #30AABB;
}
.TagClassName
{
border-color: #30AABB;
}
</style>