Shades of Pelorous #30A6B5
Tints of Pelorous #30A6B5
RGB
CMYK
RGB Variations
Color information
#30A6B5 (or 0x30A6B5) is known color: Pelorous. HEX triplet: 30, A6 and B5. RGB value is (48,166,181). Sum of RGB (Red+Green+Blue) = 48+166+181=395 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.15% from 395); Green value is 166 (65.23% from 255 or 42.03% from 395); Blue value is 181 (71.09% from 255 or 45.82% from 395); Max value from RGB is 181 - color contains mainly: blue. Hex color #30A6B5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30A6B5 is #CF594A. Grayscale: #848484. Windows color (decimal): -13588811 or 11904560. OLE color: 11904560.
HSL color Cylindrical-coordinate representation of color #30A6B5: hue angle of 186.77º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30A6B5 is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 48 | 166 | 181 | - |
| CMYK | 0.73 | 0.08 | 0 | 0.29 |
| HSL | 186.77º | 0.58% | 0.45% | - |
| HSV(B) | 186.77º | 0.73% | 0.71% | - |
| XYZ | 23.2 | 31.24 | 48.52 | - |
| YUV | 132.43 | 155.41 | 67.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 166 | 181 | 0.73 | 0.08 | 0 | 0.29 | 186.77 | 0.58 | 0.45 |
| Hex | 30 | A6 | B5 | 49 | 8 | 0 | 1D | BB | 3A | 2D |
| Octal | 60 | 246 | 265 | 111 | 10 | 0 | 35 | 273 | 72 | 55 |
| Binary | 110000 | 10100110 | 10110101 | 1001001 | 1000 | 0 | 11101 | 10111011 | 111010 | 101101 |
Color Harmonies of #30A6B5
Complementary color
Monochromatic Colors of #30A6B5
Black with #30A6B5
Text Example
Text Example
White with #30A6B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A6B5; }
p { color: rgb(48,166,181); }
H1.HeaderClassName
{
color: #30A6B5;
}
.AnyTagClassName
{
color: #30A6B5;
}
</style>
background-color css
<style>
a { background-color: #30A6B5; }
a { background-color: rgb(48,166,181); }
div.DivClassName
{
background-color: #30A6B5;
}
.BgClassName
{
background-color: #30A6B5;
}
</style>
border-color css
<style>
span { border-color: #30A6B5; }
span { border-color: rgb(48,166,181); }
td.TdClassName
{
border-color: #30A6B5;
}
.TagClassName
{
border-color: #30A6B5;
}
</style>