Shades of Pelorous #39ACB5
Tints of Pelorous #39ACB5
RGB
CMYK
RGB Variations
Color information
#39ACB5 (or 0x39ACB5) is known color: Pelorous. HEX triplet: 39, AC and B5. RGB value is (57,172,181). Sum of RGB (Red+Green+Blue) = 57+172+181=410 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.90% from 410); Green value is 172 (67.58% from 255 or 41.95% from 410); Blue value is 181 (71.09% from 255 or 44.15% from 410); Max value from RGB is 181 - color contains mainly: blue. Hex color #39ACB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #39ACB5 is #C6534A. Grayscale: #8A8A8A. Windows color (decimal): -12997451 or 11906105. OLE color: 11906105.
HSL color Cylindrical-coordinate representation of color #39ACB5: hue angle of 184.35º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #39ACB5 is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 57 | 172 | 181 | - |
| CMYK | 0.69 | 0.05 | 0 | 0.29 |
| HSL | 184.35º | 0.52% | 0.47% | - |
| HSV(B) | 184.35º | 0.69% | 0.71% | - |
| XYZ | 24.78 | 33.71 | 48.92 | - |
| YUV | 138.64 | 151.9 | 69.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 172 | 181 | 0.69 | 0.05 | 0 | 0.29 | 184.35 | 0.52 | 0.47 |
| Hex | 39 | AC | B5 | 45 | 5 | 0 | 1D | B8 | 34 | 2F |
| Octal | 71 | 254 | 265 | 105 | 5 | 0 | 35 | 270 | 64 | 57 |
| Binary | 111001 | 10101100 | 10110101 | 1000101 | 101 | 0 | 11101 | 10111000 | 110100 | 101111 |
Color Harmonies of #39ACB5
Complementary color
Monochromatic Colors of #39ACB5
Black with #39ACB5
Text Example
Text Example
White with #39ACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39ACB5; }
p { color: rgb(57,172,181); }
H1.HeaderClassName
{
color: #39ACB5;
}
.AnyTagClassName
{
color: #39ACB5;
}
</style>
background-color css
<style>
a { background-color: #39ACB5; }
a { background-color: rgb(57,172,181); }
div.DivClassName
{
background-color: #39ACB5;
}
.BgClassName
{
background-color: #39ACB5;
}
</style>
border-color css
<style>
span { border-color: #39ACB5; }
span { border-color: rgb(57,172,181); }
td.TdClassName
{
border-color: #39ACB5;
}
.TagClassName
{
border-color: #39ACB5;
}
</style>