Shades of Pelorous #3BA6AD
Tints of Pelorous #3BA6AD
RGB
CMYK
RGB Variations
Color information
#3BA6AD (or 0x3BA6AD) is known color: Pelorous. HEX triplet: 3B, A6 and AD. RGB value is (59,166,173). Sum of RGB (Red+Green+Blue) = 59+166+173=398 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.82% from 398); Green value is 166 (65.23% from 255 or 41.71% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 173 - color contains mainly: blue. Hex color #3BA6AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA6AD is #C45952. Grayscale: #868686. Windows color (decimal): -12867923 or 11380283. OLE color: 11380283.
HSL color Cylindrical-coordinate representation of color #3BA6AD: hue angle of 183.68º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3BA6AD is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 59 | 166 | 173 | - |
| CMYK | 0.66 | 0.04 | 0 | 0.32 |
| HSL | 183.68º | 0.49% | 0.45% | - |
| HSV(B) | 183.68º | 0.66% | 0.68% | - |
| XYZ | 22.98 | 31.22 | 44.35 | - |
| YUV | 134.81 | 149.55 | 73.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 166 | 173 | 0.66 | 0.04 | 0 | 0.32 | 183.68 | 0.49 | 0.45 |
| Hex | 3B | A6 | AD | 42 | 4 | 0 | 20 | B8 | 31 | 2D |
| Octal | 73 | 246 | 255 | 102 | 4 | 0 | 40 | 270 | 61 | 55 |
| Binary | 111011 | 10100110 | 10101101 | 1000010 | 100 | 0 | 100000 | 10111000 | 110001 | 101101 |
Color Harmonies of #3BA6AD
Complementary color
Monochromatic Colors of #3BA6AD
Black with #3BA6AD
Text Example
Text Example
White with #3BA6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA6AD; }
p { color: rgb(59,166,173); }
H1.HeaderClassName
{
color: #3BA6AD;
}
.AnyTagClassName
{
color: #3BA6AD;
}
</style>
background-color css
<style>
a { background-color: #3BA6AD; }
a { background-color: rgb(59,166,173); }
div.DivClassName
{
background-color: #3BA6AD;
}
.BgClassName
{
background-color: #3BA6AD;
}
</style>
border-color css
<style>
span { border-color: #3BA6AD; }
span { border-color: rgb(59,166,173); }
td.TdClassName
{
border-color: #3BA6AD;
}
.TagClassName
{
border-color: #3BA6AD;
}
</style>