Shades of Pelorous #30A2AC
Tints of Pelorous #30A2AC
RGB
CMYK
RGB Variations
Color information
#30A2AC (or 0x30A2AC) is known color: Pelorous. HEX triplet: 30, A2 and AC. RGB value is (48,162,172). Sum of RGB (Red+Green+Blue) = 48+162+172=382 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.57% from 382); Green value is 162 (63.67% from 255 or 42.41% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #30A2AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A2AC is #CF5D53. Grayscale: #808080. Windows color (decimal): -13589844 or 11313712. OLE color: 11313712.
HSL color Cylindrical-coordinate representation of color #30A2AC: hue angle of 184.84º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30A2AC is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 162 | 172 | - |
| CMYK | 0.72 | 0.06 | 0 | 0.33 |
| HSL | 184.84º | 0.56% | 0.43% | - |
| HSV(B) | 184.84º | 0.72% | 0.67% | - |
| XYZ | 21.59 | 29.45 | 43.58 | - |
| YUV | 129.05 | 152.23 | 70.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 162 | 172 | 0.72 | 0.06 | 0 | 0.33 | 184.84 | 0.56 | 0.43 |
| Hex | 30 | A2 | AC | 48 | 6 | 0 | 21 | B9 | 38 | 2B |
| Octal | 60 | 242 | 254 | 110 | 6 | 0 | 41 | 271 | 70 | 53 |
| Binary | 110000 | 10100010 | 10101100 | 1001000 | 110 | 0 | 100001 | 10111001 | 111000 | 101011 |
Color Harmonies of #30A2AC
Complementary color
Monochromatic Colors of #30A2AC
Black with #30A2AC
Text Example
Text Example
White with #30A2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A2AC; }
p { color: rgb(48,162,172); }
H1.HeaderClassName
{
color: #30A2AC;
}
.AnyTagClassName
{
color: #30A2AC;
}
</style>
background-color css
<style>
a { background-color: #30A2AC; }
a { background-color: rgb(48,162,172); }
div.DivClassName
{
background-color: #30A2AC;
}
.BgClassName
{
background-color: #30A2AC;
}
</style>
border-color css
<style>
span { border-color: #30A2AC; }
span { border-color: rgb(48,162,172); }
td.TdClassName
{
border-color: #30A2AC;
}
.TagClassName
{
border-color: #30A2AC;
}
</style>