Shades of Pelorous #3AA6BA
Tints of Pelorous #3AA6BA
RGB
CMYK
RGB Variations
Color information
#3AA6BA (or 0x3AA6BA) is known color: Pelorous. HEX triplet: 3A, A6 and BA. RGB value is (58,166,186). Sum of RGB (Red+Green+Blue) = 58+166+186=410 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.15% from 410); Green value is 166 (65.23% from 255 or 40.49% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #3AA6BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AA6BA is #C55945. Grayscale: #878787. Windows color (decimal): -12933446 or 12232250. OLE color: 12232250.
HSL color Cylindrical-coordinate representation of color #3AA6BA: hue angle of 189.38º degrees, saturation: 0.52, 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 #3AA6BA is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 166 | 186 | - |
| CMYK | 0.69 | 0.11 | 0 | 0.27 |
| HSL | 189.38º | 0.52% | 0.48% | - |
| HSV(B) | 189.38º | 0.69% | 0.73% | - |
| XYZ | 24.24 | 31.72 | 51.3 | - |
| YUV | 135.99 | 156.22 | 72.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 166 | 186 | 0.69 | 0.11 | 0 | 0.27 | 189.38 | 0.52 | 0.48 |
| Hex | 3A | A6 | BA | 45 | B | 0 | 1B | BD | 34 | 30 |
| Octal | 72 | 246 | 272 | 105 | 13 | 0 | 33 | 275 | 64 | 60 |
| Binary | 111010 | 10100110 | 10111010 | 1000101 | 1011 | 0 | 11011 | 10111101 | 110100 | 110000 |
Color Harmonies of #3AA6BA
Complementary color
Monochromatic Colors of #3AA6BA
Black with #3AA6BA
Text Example
Text Example
White with #3AA6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA6BA; }
p { color: rgb(58,166,186); }
H1.HeaderClassName
{
color: #3AA6BA;
}
.AnyTagClassName
{
color: #3AA6BA;
}
</style>
background-color css
<style>
a { background-color: #3AA6BA; }
a { background-color: rgb(58,166,186); }
div.DivClassName
{
background-color: #3AA6BA;
}
.BgClassName
{
background-color: #3AA6BA;
}
</style>
border-color css
<style>
span { border-color: #3AA6BA; }
span { border-color: rgb(58,166,186); }
td.TdClassName
{
border-color: #3AA6BA;
}
.TagClassName
{
border-color: #3AA6BA;
}
</style>