Shades of Pelorous #30AFC0
Tints of Pelorous #30AFC0
RGB
CMYK
RGB Variations
Color information
#30AFC0 (or 0x30AFC0) is known color: Pelorous. HEX triplet: 30, AF and C0. RGB value is (48,175,192). Sum of RGB (Red+Green+Blue) = 48+175+192=415 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.57% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 192 (75.39% from 255 or 46.27% from 415); Max value from RGB is 192 - color contains mainly: blue. Hex color #30AFC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30AFC0 is #CF503F. Grayscale: #8A8A8A. Windows color (decimal): -13586496 or 12627760. OLE color: 12627760.
HSL color Cylindrical-coordinate representation of color #30AFC0: hue angle of 187.08º 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 #30AFC0 is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 175 | 192 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.25 |
| HSL | 187.08º | 0.6% | 0.47% | - |
| HSV(B) | 187.08º | 0.75% | 0.75% | - |
| XYZ | 26.06 | 35.09 | 55.27 | - |
| YUV | 138.97 | 157.92 | 63.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 175 | 192 | 0.75 | 0.09 | 0 | 0.25 | 187.08 | 0.6 | 0.47 |
| Hex | 30 | AF | C0 | 4B | 9 | 0 | 19 | BB | 3C | 2F |
| Octal | 60 | 257 | 300 | 113 | 11 | 0 | 31 | 273 | 74 | 57 |
| Binary | 110000 | 10101111 | 11000000 | 1001011 | 1001 | 0 | 11001 | 10111011 | 111100 | 101111 |
Color Harmonies of #30AFC0
Complementary color
Monochromatic Colors of #30AFC0
Black with #30AFC0
Text Example
Text Example
White with #30AFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AFC0; }
p { color: rgb(48,175,192); }
H1.HeaderClassName
{
color: #30AFC0;
}
.AnyTagClassName
{
color: #30AFC0;
}
</style>
background-color css
<style>
a { background-color: #30AFC0; }
a { background-color: rgb(48,175,192); }
div.DivClassName
{
background-color: #30AFC0;
}
.BgClassName
{
background-color: #30AFC0;
}
</style>
border-color css
<style>
span { border-color: #30AFC0; }
span { border-color: rgb(48,175,192); }
td.TdClassName
{
border-color: #30AFC0;
}
.TagClassName
{
border-color: #30AFC0;
}
</style>