Shades of Pelorous #30ABB8
Tints of Pelorous #30ABB8
RGB
CMYK
RGB Variations
Color information
#30ABB8 (or 0x30ABB8) is known color: Pelorous. HEX triplet: 30, AB and B8. RGB value is (48,171,184). Sum of RGB (Red+Green+Blue) = 48+171+184=403 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.91% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 184 (72.27% from 255 or 45.66% from 403); Max value from RGB is 184 - color contains mainly: blue. Hex color #30ABB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30ABB8 is #CF5447. Grayscale: #878787. Windows color (decimal): -13587528 or 12102448. OLE color: 12102448.
HSL color Cylindrical-coordinate representation of color #30ABB8: hue angle of 185.74º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30ABB8 is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 48 | 171 | 184 | - |
| CMYK | 0.74 | 0.07 | 0 | 0.28 |
| HSL | 185.74º | 0.59% | 0.45% | - |
| HSV(B) | 185.74º | 0.74% | 0.72% | - |
| XYZ | 24.43 | 33.21 | 50.47 | - |
| YUV | 135.71 | 155.25 | 65.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 171 | 184 | 0.74 | 0.07 | 0 | 0.28 | 185.74 | 0.59 | 0.45 |
| Hex | 30 | AB | B8 | 4A | 7 | 0 | 1C | BA | 3B | 2D |
| Octal | 60 | 253 | 270 | 112 | 7 | 0 | 34 | 272 | 73 | 55 |
| Binary | 110000 | 10101011 | 10111000 | 1001010 | 111 | 0 | 11100 | 10111010 | 111011 | 101101 |
Color Harmonies of #30ABB8
Complementary color
Monochromatic Colors of #30ABB8
Black with #30ABB8
Text Example
Text Example
White with #30ABB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30ABB8; }
p { color: rgb(48,171,184); }
H1.HeaderClassName
{
color: #30ABB8;
}
.AnyTagClassName
{
color: #30ABB8;
}
</style>
background-color css
<style>
a { background-color: #30ABB8; }
a { background-color: rgb(48,171,184); }
div.DivClassName
{
background-color: #30ABB8;
}
.BgClassName
{
background-color: #30ABB8;
}
</style>
border-color css
<style>
span { border-color: #30ABB8; }
span { border-color: rgb(48,171,184); }
td.TdClassName
{
border-color: #30ABB8;
}
.TagClassName
{
border-color: #30ABB8;
}
</style>