Shades of Pelorous #30A1BC
Tints of Pelorous #30A1BC
RGB
CMYK
RGB Variations
Color information
#30A1BC (or 0x30A1BC) is known color: Pelorous. HEX triplet: 30, A1 and BC. RGB value is (48,161,188). Sum of RGB (Red+Green+Blue) = 48+161+188=397 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.09% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #30A1BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30A1BC is #CF5E43. Grayscale: #828282. Windows color (decimal): -13590084 or 12362032. OLE color: 12362032.
HSL color Cylindrical-coordinate representation of color #30A1BC: hue angle of 191.57º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30A1BC is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 161 | 188 | - |
| CMYK | 0.74 | 0.14 | 0 | 0.26 |
| HSL | 191.57º | 0.59% | 0.46% | - |
| HSV(B) | 191.57º | 0.74% | 0.74% | - |
| XYZ | 23.04 | 29.75 | 52.1 | - |
| YUV | 130.29 | 160.56 | 69.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 161 | 188 | 0.74 | 0.14 | 0 | 0.26 | 191.57 | 0.59 | 0.46 |
| Hex | 30 | A1 | BC | 4A | E | 0 | 1A | C0 | 3B | 2E |
| Octal | 60 | 241 | 274 | 112 | 16 | 0 | 32 | 300 | 73 | 56 |
| Binary | 110000 | 10100001 | 10111100 | 1001010 | 1110 | 0 | 11010 | 11000000 | 111011 | 101110 |
Color Harmonies of #30A1BC
Complementary color
Monochromatic Colors of #30A1BC
Black with #30A1BC
Text Example
Text Example
White with #30A1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A1BC; }
p { color: rgb(48,161,188); }
H1.HeaderClassName
{
color: #30A1BC;
}
.AnyTagClassName
{
color: #30A1BC;
}
</style>
background-color css
<style>
a { background-color: #30A1BC; }
a { background-color: rgb(48,161,188); }
div.DivClassName
{
background-color: #30A1BC;
}
.BgClassName
{
background-color: #30A1BC;
}
</style>
border-color css
<style>
span { border-color: #30A1BC; }
span { border-color: rgb(48,161,188); }
td.TdClassName
{
border-color: #30A1BC;
}
.TagClassName
{
border-color: #30A1BC;
}
</style>