Shades of Pelorous #30A8BC
Tints of Pelorous #30A8BC
RGB
CMYK
RGB Variations
Color information
#30A8BC (or 0x30A8BC) is known color: Pelorous. HEX triplet: 30, A8 and BC. RGB value is (48,168,188). Sum of RGB (Red+Green+Blue) = 48+168+188=404 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.88% from 404); Green value is 168 (66.02% from 255 or 41.58% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #30A8BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30A8BC is #CF5743. Grayscale: #868686. Windows color (decimal): -13588292 or 12363824. OLE color: 12363824.
HSL color Cylindrical-coordinate representation of color #30A8BC: hue angle of 188.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 #30A8BC is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 168 | 188 | - |
| CMYK | 0.74 | 0.11 | 0 | 0.26 |
| HSL | 188.57º | 0.59% | 0.46% | - |
| HSV(B) | 188.57º | 0.74% | 0.74% | - |
| XYZ | 24.3 | 32.26 | 52.52 | - |
| YUV | 134.4 | 158.24 | 66.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 168 | 188 | 0.74 | 0.11 | 0 | 0.26 | 188.57 | 0.59 | 0.46 |
| Hex | 30 | A8 | BC | 4A | B | 0 | 1A | BD | 3B | 2E |
| Octal | 60 | 250 | 274 | 112 | 13 | 0 | 32 | 275 | 73 | 56 |
| Binary | 110000 | 10101000 | 10111100 | 1001010 | 1011 | 0 | 11010 | 10111101 | 111011 | 101110 |
Color Harmonies of #30A8BC
Complementary color
Monochromatic Colors of #30A8BC
Black with #30A8BC
Text Example
Text Example
White with #30A8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A8BC; }
p { color: rgb(48,168,188); }
H1.HeaderClassName
{
color: #30A8BC;
}
.AnyTagClassName
{
color: #30A8BC;
}
</style>
background-color css
<style>
a { background-color: #30A8BC; }
a { background-color: rgb(48,168,188); }
div.DivClassName
{
background-color: #30A8BC;
}
.BgClassName
{
background-color: #30A8BC;
}
</style>
border-color css
<style>
span { border-color: #30A8BC; }
span { border-color: rgb(48,168,188); }
td.TdClassName
{
border-color: #30A8BC;
}
.TagClassName
{
border-color: #30A8BC;
}
</style>