Shades of Pelorous #30ADBD
Tints of Pelorous #30ADBD
RGB
CMYK
RGB Variations
Color information
#30ADBD (or 0x30ADBD) is known color: Pelorous. HEX triplet: 30, AD and BD. RGB value is (48,173,189). Sum of RGB (Red+Green+Blue) = 48+173+189=410 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.71% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 189 - color contains mainly: blue. Hex color #30ADBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30ADBD is #CF5242. Grayscale: #898989. Windows color (decimal): -13587011 or 12430640. OLE color: 12430640.
HSL color Cylindrical-coordinate representation of color #30ADBD: hue angle of 186.81º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30ADBD is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 173 | 189 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.26 |
| HSL | 186.81º | 0.59% | 0.46% | - |
| HSV(B) | 186.81º | 0.75% | 0.74% | - |
| XYZ | 25.35 | 34.19 | 53.41 | - |
| YUV | 137.45 | 157.09 | 64.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 173 | 189 | 0.75 | 0.08 | 0 | 0.26 | 186.81 | 0.59 | 0.46 |
| Hex | 30 | AD | BD | 4B | 8 | 0 | 1A | BB | 3B | 2E |
| Octal | 60 | 255 | 275 | 113 | 10 | 0 | 32 | 273 | 73 | 56 |
| Binary | 110000 | 10101101 | 10111101 | 1001011 | 1000 | 0 | 11010 | 10111011 | 111011 | 101110 |
Color Harmonies of #30ADBD
Complementary color
Monochromatic Colors of #30ADBD
Black with #30ADBD
Text Example
Text Example
White with #30ADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30ADBD; }
p { color: rgb(48,173,189); }
H1.HeaderClassName
{
color: #30ADBD;
}
.AnyTagClassName
{
color: #30ADBD;
}
</style>
background-color css
<style>
a { background-color: #30ADBD; }
a { background-color: rgb(48,173,189); }
div.DivClassName
{
background-color: #30ADBD;
}
.BgClassName
{
background-color: #30ADBD;
}
</style>
border-color css
<style>
span { border-color: #30ADBD; }
span { border-color: rgb(48,173,189); }
td.TdClassName
{
border-color: #30ADBD;
}
.TagClassName
{
border-color: #30ADBD;
}
</style>