Shades of Pelorous #30ADBA
Tints of Pelorous #30ADBA
RGB
CMYK
RGB Variations
Color information
#30ADBA (or 0x30ADBA) is known color: Pelorous. HEX triplet: 30, AD and BA. RGB value is (48,173,186). Sum of RGB (Red+Green+Blue) = 48+173+186=407 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.79% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #30ADBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30ADBA is #CF5245. Grayscale: #888888. Windows color (decimal): -13587014 or 12234032. OLE color: 12234032.
HSL color Cylindrical-coordinate representation of color #30ADBA: hue angle of 185.65º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30ADBA is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 173 | 186 | - |
| CMYK | 0.74 | 0.07 | 0 | 0.27 |
| HSL | 185.65º | 0.59% | 0.46% | - |
| HSV(B) | 185.65º | 0.74% | 0.73% | - |
| XYZ | 25.03 | 34.06 | 51.71 | - |
| YUV | 137.11 | 155.59 | 64.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 173 | 186 | 0.74 | 0.07 | 0 | 0.27 | 185.65 | 0.59 | 0.46 |
| Hex | 30 | AD | BA | 4A | 7 | 0 | 1B | BA | 3B | 2E |
| Octal | 60 | 255 | 272 | 112 | 7 | 0 | 33 | 272 | 73 | 56 |
| Binary | 110000 | 10101101 | 10111010 | 1001010 | 111 | 0 | 11011 | 10111010 | 111011 | 101110 |
Color Harmonies of #30ADBA
Complementary color
Monochromatic Colors of #30ADBA
Black with #30ADBA
Text Example
Text Example
White with #30ADBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30ADBA; }
p { color: rgb(48,173,186); }
H1.HeaderClassName
{
color: #30ADBA;
}
.AnyTagClassName
{
color: #30ADBA;
}
</style>
background-color css
<style>
a { background-color: #30ADBA; }
a { background-color: rgb(48,173,186); }
div.DivClassName
{
background-color: #30ADBA;
}
.BgClassName
{
background-color: #30ADBA;
}
</style>
border-color css
<style>
span { border-color: #30ADBA; }
span { border-color: rgb(48,173,186); }
td.TdClassName
{
border-color: #30ADBA;
}
.TagClassName
{
border-color: #30ADBA;
}
</style>