Shades of Pelorous #30A1AD
Tints of Pelorous #30A1AD
RGB
CMYK
RGB Variations
Color information
#30A1AD (or 0x30A1AD) is known color: Pelorous. HEX triplet: 30, A1 and AD. RGB value is (48,161,173). Sum of RGB (Red+Green+Blue) = 48+161+173=382 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.57% from 382); Green value is 161 (63.28% from 255 or 42.15% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 173 - color contains mainly: blue. Hex color #30A1AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A1AD is #CF5E52. Grayscale: #808080. Windows color (decimal): -13590099 or 11378992. OLE color: 11378992.
HSL color Cylindrical-coordinate representation of color #30A1AD: hue angle of 185.76º 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 #30A1AD is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 48 | 161 | 173 | - |
| CMYK | 0.72 | 0.07 | 0 | 0.32 |
| HSL | 185.76º | 0.57% | 0.43% | - |
| HSV(B) | 185.76º | 0.72% | 0.68% | - |
| XYZ | 21.51 | 29.14 | 44.03 | - |
| YUV | 128.58 | 153.06 | 70.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 161 | 173 | 0.72 | 0.07 | 0 | 0.32 | 185.76 | 0.57 | 0.43 |
| Hex | 30 | A1 | AD | 48 | 7 | 0 | 20 | BA | 39 | 2B |
| Octal | 60 | 241 | 255 | 110 | 7 | 0 | 40 | 272 | 71 | 53 |
| Binary | 110000 | 10100001 | 10101101 | 1001000 | 111 | 0 | 100000 | 10111010 | 111001 | 101011 |
Color Harmonies of #30A1AD
Complementary color
Monochromatic Colors of #30A1AD
Black with #30A1AD
Text Example
Text Example
White with #30A1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A1AD; }
p { color: rgb(48,161,173); }
H1.HeaderClassName
{
color: #30A1AD;
}
.AnyTagClassName
{
color: #30A1AD;
}
</style>
background-color css
<style>
a { background-color: #30A1AD; }
a { background-color: rgb(48,161,173); }
div.DivClassName
{
background-color: #30A1AD;
}
.BgClassName
{
background-color: #30A1AD;
}
</style>
border-color css
<style>
span { border-color: #30A1AD; }
span { border-color: rgb(48,161,173); }
td.TdClassName
{
border-color: #30A1AD;
}
.TagClassName
{
border-color: #30A1AD;
}
</style>