Shades of Pelorous #39A2AD
Tints of Pelorous #39A2AD
RGB
CMYK
RGB Variations
Color information
#39A2AD (or 0x39A2AD) is known color: Pelorous. HEX triplet: 39, A2 and AD. RGB value is (57,162,173). Sum of RGB (Red+Green+Blue) = 57+162+173=392 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.54% from 392); Green value is 162 (63.67% from 255 or 41.33% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 173 - color contains mainly: blue. Hex color #39A2AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39A2AD is #C65D52. Grayscale: #838383. Windows color (decimal): -13000019 or 11379257. OLE color: 11379257.
HSL color Cylindrical-coordinate representation of color #39A2AD: hue angle of 185.69º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #39A2AD is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 57 | 162 | 173 | - |
| CMYK | 0.67 | 0.06 | 0 | 0.32 |
| HSL | 185.69º | 0.5% | 0.45% | - |
| HSV(B) | 185.69º | 0.67% | 0.68% | - |
| XYZ | 22.15 | 29.73 | 44.11 | - |
| YUV | 131.86 | 151.21 | 74.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 162 | 173 | 0.67 | 0.06 | 0 | 0.32 | 185.69 | 0.5 | 0.45 |
| Hex | 39 | A2 | AD | 43 | 6 | 0 | 20 | BA | 32 | 2D |
| Octal | 71 | 242 | 255 | 103 | 6 | 0 | 40 | 272 | 62 | 55 |
| Binary | 111001 | 10100010 | 10101101 | 1000011 | 110 | 0 | 100000 | 10111010 | 110010 | 101101 |
Color Harmonies of #39A2AD
Complementary color
Monochromatic Colors of #39A2AD
Black with #39A2AD
Text Example
Text Example
White with #39A2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39A2AD; }
p { color: rgb(57,162,173); }
H1.HeaderClassName
{
color: #39A2AD;
}
.AnyTagClassName
{
color: #39A2AD;
}
</style>
background-color css
<style>
a { background-color: #39A2AD; }
a { background-color: rgb(57,162,173); }
div.DivClassName
{
background-color: #39A2AD;
}
.BgClassName
{
background-color: #39A2AD;
}
</style>
border-color css
<style>
span { border-color: #39A2AD; }
span { border-color: rgb(57,162,173); }
td.TdClassName
{
border-color: #39A2AD;
}
.TagClassName
{
border-color: #39A2AD;
}
</style>