Shades of Pelorous #30A2AF
Tints of Pelorous #30A2AF
RGB
CMYK
RGB Variations
Color information
#30A2AF (or 0x30A2AF) is known color: Pelorous. HEX triplet: 30, A2 and AF. RGB value is (48,162,175). Sum of RGB (Red+Green+Blue) = 48+162+175=385 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.47% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: blue. Hex color #30A2AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A2AF is #CF5D50. Grayscale: #818181. Windows color (decimal): -13589841 or 11510320. OLE color: 11510320.
HSL color Cylindrical-coordinate representation of color #30A2AF: hue angle of 186.14º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30A2AF is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 162 | 175 | - |
| CMYK | 0.73 | 0.07 | 0 | 0.31 |
| HSL | 186.14º | 0.57% | 0.44% | - |
| HSV(B) | 186.14º | 0.73% | 0.69% | - |
| XYZ | 21.88 | 29.56 | 45.11 | - |
| YUV | 129.4 | 153.73 | 69.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 162 | 175 | 0.73 | 0.07 | 0 | 0.31 | 186.14 | 0.57 | 0.44 |
| Hex | 30 | A2 | AF | 49 | 7 | 0 | 1F | BA | 39 | 2C |
| Octal | 60 | 242 | 257 | 111 | 7 | 0 | 37 | 272 | 71 | 54 |
| Binary | 110000 | 10100010 | 10101111 | 1001001 | 111 | 0 | 11111 | 10111010 | 111001 | 101100 |
Color Harmonies of #30A2AF
Complementary color
Monochromatic Colors of #30A2AF
Black with #30A2AF
Text Example
Text Example
White with #30A2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A2AF; }
p { color: rgb(48,162,175); }
H1.HeaderClassName
{
color: #30A2AF;
}
.AnyTagClassName
{
color: #30A2AF;
}
</style>
background-color css
<style>
a { background-color: #30A2AF; }
a { background-color: rgb(48,162,175); }
div.DivClassName
{
background-color: #30A2AF;
}
.BgClassName
{
background-color: #30A2AF;
}
</style>
border-color css
<style>
span { border-color: #30A2AF; }
span { border-color: rgb(48,162,175); }
td.TdClassName
{
border-color: #30A2AF;
}
.TagClassName
{
border-color: #30A2AF;
}
</style>