Shades of Pelorous #30ABBE
Tints of Pelorous #30ABBE
RGB
CMYK
RGB Variations
Color information
#30ABBE (or 0x30ABBE) is known color: Pelorous. HEX triplet: 30, AB and BE. RGB value is (48,171,190). Sum of RGB (Red+Green+Blue) = 48+171+190=409 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.74% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #30ABBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30ABBE is #CF5441. Grayscale: #888888. Windows color (decimal): -13587522 or 12495664. OLE color: 12495664.
HSL color Cylindrical-coordinate representation of color #30ABBE: hue angle of 188.03º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30ABBE is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 171 | 190 | - |
| CMYK | 0.75 | 0.10 | 0 | 0.25 |
| HSL | 188.03º | 0.6% | 0.47% | - |
| HSV(B) | 188.03º | 0.75% | 0.75% | - |
| XYZ | 25.08 | 33.47 | 53.85 | - |
| YUV | 136.39 | 158.25 | 64.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 171 | 190 | 0.75 | 0.10 | 0 | 0.25 | 188.03 | 0.6 | 0.47 |
| Hex | 30 | AB | BE | 4B | A | 0 | 19 | BC | 3C | 2F |
| Octal | 60 | 253 | 276 | 113 | 12 | 0 | 31 | 274 | 74 | 57 |
| Binary | 110000 | 10101011 | 10111110 | 1001011 | 1010 | 0 | 11001 | 10111100 | 111100 | 101111 |
Color Harmonies of #30ABBE
Complementary color
Monochromatic Colors of #30ABBE
Black with #30ABBE
Text Example
Text Example
White with #30ABBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30ABBE; }
p { color: rgb(48,171,190); }
H1.HeaderClassName
{
color: #30ABBE;
}
.AnyTagClassName
{
color: #30ABBE;
}
</style>
background-color css
<style>
a { background-color: #30ABBE; }
a { background-color: rgb(48,171,190); }
div.DivClassName
{
background-color: #30ABBE;
}
.BgClassName
{
background-color: #30ABBE;
}
</style>
border-color css
<style>
span { border-color: #30ABBE; }
span { border-color: rgb(48,171,190); }
td.TdClassName
{
border-color: #30ABBE;
}
.TagClassName
{
border-color: #30ABBE;
}
</style>