Shades of Pelorous #39AAB7
Tints of Pelorous #39AAB7
RGB
CMYK
RGB Variations
Color information
#39AAB7 (or 0x39AAB7) is known color: Pelorous. HEX triplet: 39, AA and B7. RGB value is (57,170,183). Sum of RGB (Red+Green+Blue) = 57+170+183=410 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.90% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 183 (71.88% from 255 or 44.63% from 410); Max value from RGB is 183 - color contains mainly: blue. Hex color #39AAB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #39AAB7 is #C65548. Grayscale: #898989. Windows color (decimal): -12997961 or 12036665. OLE color: 12036665.
HSL color Cylindrical-coordinate representation of color #39AAB7: hue angle of 186.19º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #39AAB7 is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 57 | 170 | 183 | - |
| CMYK | 0.69 | 0.07 | 0 | 0.28 |
| HSL | 186.19º | 0.53% | 0.47% | - |
| HSV(B) | 186.19º | 0.69% | 0.72% | - |
| XYZ | 24.61 | 33.04 | 49.88 | - |
| YUV | 137.7 | 153.56 | 70.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 170 | 183 | 0.69 | 0.07 | 0 | 0.28 | 186.19 | 0.53 | 0.47 |
| Hex | 39 | AA | B7 | 45 | 7 | 0 | 1C | BA | 34 | 2F |
| Octal | 71 | 252 | 267 | 105 | 7 | 0 | 34 | 272 | 64 | 57 |
| Binary | 111001 | 10101010 | 10110111 | 1000101 | 111 | 0 | 11100 | 10111010 | 110100 | 101111 |
Color Harmonies of #39AAB7
Complementary color
Monochromatic Colors of #39AAB7
Black with #39AAB7
Text Example
Text Example
White with #39AAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39AAB7; }
p { color: rgb(57,170,183); }
H1.HeaderClassName
{
color: #39AAB7;
}
.AnyTagClassName
{
color: #39AAB7;
}
</style>
background-color css
<style>
a { background-color: #39AAB7; }
a { background-color: rgb(57,170,183); }
div.DivClassName
{
background-color: #39AAB7;
}
.BgClassName
{
background-color: #39AAB7;
}
</style>
border-color css
<style>
span { border-color: #39AAB7; }
span { border-color: rgb(57,170,183); }
td.TdClassName
{
border-color: #39AAB7;
}
.TagClassName
{
border-color: #39AAB7;
}
</style>