Shades of Pelorous #30AFBD
Tints of Pelorous #30AFBD
RGB
CMYK
RGB Variations
Color information
#30AFBD (or 0x30AFBD) is known color: Pelorous. HEX triplet: 30, AF and BD. RGB value is (48,175,189). Sum of RGB (Red+Green+Blue) = 48+175+189=412 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.65% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 189 - color contains mainly: blue. Hex color #30AFBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30AFBD is #CF5042. Grayscale: #8A8A8A. Windows color (decimal): -13586499 or 12431152. OLE color: 12431152.
HSL color Cylindrical-coordinate representation of color #30AFBD: hue angle of 185.96º 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 #30AFBD is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 175 | 189 | - |
| CMYK | 0.75 | 0.07 | 0 | 0.26 |
| HSL | 185.96º | 0.59% | 0.46% | - |
| HSV(B) | 185.96º | 0.75% | 0.74% | - |
| XYZ | 25.73 | 34.96 | 53.54 | - |
| YUV | 138.62 | 156.42 | 63.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 175 | 189 | 0.75 | 0.07 | 0 | 0.26 | 185.96 | 0.59 | 0.46 |
| Hex | 30 | AF | BD | 4B | 7 | 0 | 1A | BA | 3B | 2E |
| Octal | 60 | 257 | 275 | 113 | 7 | 0 | 32 | 272 | 73 | 56 |
| Binary | 110000 | 10101111 | 10111101 | 1001011 | 111 | 0 | 11010 | 10111010 | 111011 | 101110 |
Color Harmonies of #30AFBD
Complementary color
Monochromatic Colors of #30AFBD
Black with #30AFBD
Text Example
Text Example
White with #30AFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AFBD; }
p { color: rgb(48,175,189); }
H1.HeaderClassName
{
color: #30AFBD;
}
.AnyTagClassName
{
color: #30AFBD;
}
</style>
background-color css
<style>
a { background-color: #30AFBD; }
a { background-color: rgb(48,175,189); }
div.DivClassName
{
background-color: #30AFBD;
}
.BgClassName
{
background-color: #30AFBD;
}
</style>
border-color css
<style>
span { border-color: #30AFBD; }
span { border-color: rgb(48,175,189); }
td.TdClassName
{
border-color: #30AFBD;
}
.TagClassName
{
border-color: #30AFBD;
}
</style>