Shades of Pelorous #30A3AD
Tints of Pelorous #30A3AD
RGB
CMYK
RGB Variations
Color information
#30A3AD (or 0x30A3AD) is known color: Pelorous. HEX triplet: 30, A3 and AD. RGB value is (48,163,173). Sum of RGB (Red+Green+Blue) = 48+163+173=384 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.5% from 384); Green value is 163 (64.06% from 255 or 42.45% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 173 - color contains mainly: blue. Hex color #30A3AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A3AD is #CF5C52. Grayscale: #818181. Windows color (decimal): -13589587 or 11379504. OLE color: 11379504.
HSL color Cylindrical-coordinate representation of color #30A3AD: hue angle of 184.8º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30A3AD is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 48 | 163 | 173 | - |
| CMYK | 0.72 | 0.06 | 0 | 0.32 |
| HSL | 184.8º | 0.57% | 0.43% | - |
| HSV(B) | 184.8º | 0.72% | 0.68% | - |
| XYZ | 21.86 | 29.84 | 44.14 | - |
| YUV | 129.76 | 152.4 | 69.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 163 | 173 | 0.72 | 0.06 | 0 | 0.32 | 184.8 | 0.57 | 0.43 |
| Hex | 30 | A3 | AD | 48 | 6 | 0 | 20 | B9 | 39 | 2B |
| Octal | 60 | 243 | 255 | 110 | 6 | 0 | 40 | 271 | 71 | 53 |
| Binary | 110000 | 10100011 | 10101101 | 1001000 | 110 | 0 | 100000 | 10111001 | 111001 | 101011 |
Color Harmonies of #30A3AD
Complementary color
Monochromatic Colors of #30A3AD
Black with #30A3AD
Text Example
Text Example
White with #30A3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A3AD; }
p { color: rgb(48,163,173); }
H1.HeaderClassName
{
color: #30A3AD;
}
.AnyTagClassName
{
color: #30A3AD;
}
</style>
background-color css
<style>
a { background-color: #30A3AD; }
a { background-color: rgb(48,163,173); }
div.DivClassName
{
background-color: #30A3AD;
}
.BgClassName
{
background-color: #30A3AD;
}
</style>
border-color css
<style>
span { border-color: #30A3AD; }
span { border-color: rgb(48,163,173); }
td.TdClassName
{
border-color: #30A3AD;
}
.TagClassName
{
border-color: #30A3AD;
}
</style>