Shades of Pelorous #39A1AB
Tints of Pelorous #39A1AB
RGB
CMYK
RGB Variations
Color information
#39A1AB (or 0x39A1AB) is known color: Pelorous. HEX triplet: 39, A1 and AB. RGB value is (57,161,171). Sum of RGB (Red+Green+Blue) = 57+161+171=389 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.65% from 389); Green value is 161 (63.28% from 255 or 41.39% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #39A1AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39A1AB is #C65E54. Grayscale: #828282. Windows color (decimal): -13000277 or 11247929. OLE color: 11247929.
HSL color Cylindrical-coordinate representation of color #39A1AB: hue angle of 185.26º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #39A1AB is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 161 | 171 | - |
| CMYK | 0.67 | 0.06 | 0 | 0.33 |
| HSL | 185.26º | 0.5% | 0.45% | - |
| HSV(B) | 185.26º | 0.67% | 0.67% | - |
| XYZ | 21.78 | 29.3 | 43.04 | - |
| YUV | 131.04 | 150.54 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 161 | 171 | 0.67 | 0.06 | 0 | 0.33 | 185.26 | 0.5 | 0.45 |
| Hex | 39 | A1 | AB | 43 | 6 | 0 | 21 | B9 | 32 | 2D |
| Octal | 71 | 241 | 253 | 103 | 6 | 0 | 41 | 271 | 62 | 55 |
| Binary | 111001 | 10100001 | 10101011 | 1000011 | 110 | 0 | 100001 | 10111001 | 110010 | 101101 |
Color Harmonies of #39A1AB
Complementary color
Monochromatic Colors of #39A1AB
Black with #39A1AB
Text Example
Text Example
White with #39A1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39A1AB; }
p { color: rgb(57,161,171); }
H1.HeaderClassName
{
color: #39A1AB;
}
.AnyTagClassName
{
color: #39A1AB;
}
</style>
background-color css
<style>
a { background-color: #39A1AB; }
a { background-color: rgb(57,161,171); }
div.DivClassName
{
background-color: #39A1AB;
}
.BgClassName
{
background-color: #39A1AB;
}
</style>
border-color css
<style>
span { border-color: #39A1AB; }
span { border-color: rgb(57,161,171); }
td.TdClassName
{
border-color: #39A1AB;
}
.TagClassName
{
border-color: #39A1AB;
}
</style>