Shades of Pelorous #3AA0AF
Tints of Pelorous #3AA0AF
RGB
CMYK
RGB Variations
Color information
#3AA0AF (or 0x3AA0AF) is known color: Pelorous. HEX triplet: 3A, A0 and AF. RGB value is (58,160,175). Sum of RGB (Red+Green+Blue) = 58+160+175=393 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.76% from 393); Green value is 160 (62.89% from 255 or 40.71% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 175 - color contains mainly: blue. Hex color #3AA0AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AA0AF is #C55F50. Grayscale: #838383. Windows color (decimal): -12934993 or 11509818. OLE color: 11509818.
HSL color Cylindrical-coordinate representation of color #3AA0AF: hue angle of 187.69º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3AA0AF is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 160 | 175 | - |
| CMYK | 0.67 | 0.09 | 0 | 0.31 |
| HSL | 187.69º | 0.5% | 0.46% | - |
| HSV(B) | 187.69º | 0.67% | 0.69% | - |
| XYZ | 22.05 | 29.14 | 45.02 | - |
| YUV | 131.21 | 152.71 | 75.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 160 | 175 | 0.67 | 0.09 | 0 | 0.31 | 187.69 | 0.5 | 0.46 |
| Hex | 3A | A0 | AF | 43 | 9 | 0 | 1F | BC | 32 | 2E |
| Octal | 72 | 240 | 257 | 103 | 11 | 0 | 37 | 274 | 62 | 56 |
| Binary | 111010 | 10100000 | 10101111 | 1000011 | 1001 | 0 | 11111 | 10111100 | 110010 | 101110 |
Color Harmonies of #3AA0AF
Complementary color
Monochromatic Colors of #3AA0AF
Black with #3AA0AF
Text Example
Text Example
White with #3AA0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA0AF; }
p { color: rgb(58,160,175); }
H1.HeaderClassName
{
color: #3AA0AF;
}
.AnyTagClassName
{
color: #3AA0AF;
}
</style>
background-color css
<style>
a { background-color: #3AA0AF; }
a { background-color: rgb(58,160,175); }
div.DivClassName
{
background-color: #3AA0AF;
}
.BgClassName
{
background-color: #3AA0AF;
}
</style>
border-color css
<style>
span { border-color: #3AA0AF; }
span { border-color: rgb(58,160,175); }
td.TdClassName
{
border-color: #3AA0AF;
}
.TagClassName
{
border-color: #3AA0AF;
}
</style>