Shades of Pelorous #39A0BA
Tints of Pelorous #39A0BA
RGB
CMYK
RGB Variations
Color information
#39A0BA (or 0x39A0BA) is known color: Pelorous. HEX triplet: 39, A0 and BA. RGB value is (57,160,186). Sum of RGB (Red+Green+Blue) = 57+160+186=403 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.14% from 403); Green value is 160 (62.89% from 255 or 39.70% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #39A0BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #39A0BA is #C65F45. Grayscale: #838383. Windows color (decimal): -13000518 or 12230713. OLE color: 12230713.
HSL color Cylindrical-coordinate representation of color #39A0BA: hue angle of 192.09º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #39A0BA is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 160 | 186 | - |
| CMYK | 0.69 | 0.14 | 0 | 0.27 |
| HSL | 192.09º | 0.53% | 0.48% | - |
| HSV(B) | 192.09º | 0.69% | 0.73% | - |
| XYZ | 23.12 | 29.56 | 50.94 | - |
| YUV | 132.17 | 158.38 | 74.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 160 | 186 | 0.69 | 0.14 | 0 | 0.27 | 192.09 | 0.53 | 0.48 |
| Hex | 39 | A0 | BA | 45 | E | 0 | 1B | C0 | 35 | 30 |
| Octal | 71 | 240 | 272 | 105 | 16 | 0 | 33 | 300 | 65 | 60 |
| Binary | 111001 | 10100000 | 10111010 | 1000101 | 1110 | 0 | 11011 | 11000000 | 110101 | 110000 |
Color Harmonies of #39A0BA
Complementary color
Monochromatic Colors of #39A0BA
Black with #39A0BA
Text Example
Text Example
White with #39A0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39A0BA; }
p { color: rgb(57,160,186); }
H1.HeaderClassName
{
color: #39A0BA;
}
.AnyTagClassName
{
color: #39A0BA;
}
</style>
background-color css
<style>
a { background-color: #39A0BA; }
a { background-color: rgb(57,160,186); }
div.DivClassName
{
background-color: #39A0BA;
}
.BgClassName
{
background-color: #39A0BA;
}
</style>
border-color css
<style>
span { border-color: #39A0BA; }
span { border-color: rgb(57,160,186); }
td.TdClassName
{
border-color: #39A0BA;
}
.TagClassName
{
border-color: #39A0BA;
}
</style>