Shades of Pelorous #30B0C0
Tints of Pelorous #30B0C0
RGB
CMYK
RGB Variations
Color information
#30B0C0 (or 0x30B0C0) is known color: Pelorous. HEX triplet: 30, B0 and C0. RGB value is (48,176,192). Sum of RGB (Red+Green+Blue) = 48+176+192=416 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.54% from 416); Green value is 176 (69.14% from 255 or 42.31% from 416); Blue value is 192 (75.39% from 255 or 46.15% from 416); Max value from RGB is 192 - color contains mainly: blue. Hex color #30B0C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30B0C0 is #CF4F3F. Grayscale: #8B8B8B. Windows color (decimal): -13586240 or 12628016. OLE color: 12628016.
HSL color Cylindrical-coordinate representation of color #30B0C0: hue angle of 186.67º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30B0C0 is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 176 | 192 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.25 |
| HSL | 186.67º | 0.6% | 0.47% | - |
| HSV(B) | 186.67º | 0.75% | 0.75% | - |
| XYZ | 26.26 | 35.48 | 55.33 | - |
| YUV | 139.55 | 157.59 | 62.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 176 | 192 | 0.75 | 0.08 | 0 | 0.25 | 186.67 | 0.6 | 0.47 |
| Hex | 30 | B0 | C0 | 4B | 8 | 0 | 19 | BB | 3C | 2F |
| Octal | 60 | 260 | 300 | 113 | 10 | 0 | 31 | 273 | 74 | 57 |
| Binary | 110000 | 10110000 | 11000000 | 1001011 | 1000 | 0 | 11001 | 10111011 | 111100 | 101111 |
Color Harmonies of #30B0C0
Complementary color
Monochromatic Colors of #30B0C0
Black with #30B0C0
Text Example
Text Example
White with #30B0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B0C0; }
p { color: rgb(48,176,192); }
H1.HeaderClassName
{
color: #30B0C0;
}
.AnyTagClassName
{
color: #30B0C0;
}
</style>
background-color css
<style>
a { background-color: #30B0C0; }
a { background-color: rgb(48,176,192); }
div.DivClassName
{
background-color: #30B0C0;
}
.BgClassName
{
background-color: #30B0C0;
}
</style>
border-color css
<style>
span { border-color: #30B0C0; }
span { border-color: rgb(48,176,192); }
td.TdClassName
{
border-color: #30B0C0;
}
.TagClassName
{
border-color: #30B0C0;
}
</style>