Shades of Pelorous #3BA7AB
Tints of Pelorous #3BA7AB
RGB
CMYK
RGB Variations
Color information
#3BA7AB (or 0x3BA7AB) is known color: Pelorous. HEX triplet: 3B, A7 and AB. RGB value is (59,167,171). Sum of RGB (Red+Green+Blue) = 59+167+171=397 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.86% from 397); Green value is 167 (65.62% from 255 or 42.07% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #3BA7AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA7AB is #C45854. Grayscale: #878787. Windows color (decimal): -12867669 or 11249467. OLE color: 11249467.
HSL color Cylindrical-coordinate representation of color #3BA7AB: hue angle of 182.14º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3BA7AB is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 167 | 171 | - |
| CMYK | 0.65 | 0.02 | 0 | 0.33 |
| HSL | 182.14º | 0.49% | 0.45% | - |
| HSV(B) | 182.14º | 0.65% | 0.67% | - |
| XYZ | 22.97 | 31.51 | 43.4 | - |
| YUV | 135.16 | 148.22 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 167 | 171 | 0.65 | 0.02 | 0 | 0.33 | 182.14 | 0.49 | 0.45 |
| Hex | 3B | A7 | AB | 41 | 2 | 0 | 21 | B6 | 31 | 2D |
| Octal | 73 | 247 | 253 | 101 | 2 | 0 | 41 | 266 | 61 | 55 |
| Binary | 111011 | 10100111 | 10101011 | 1000001 | 10 | 0 | 100001 | 10110110 | 110001 | 101101 |
Color Harmonies of #3BA7AB
Complementary color
Monochromatic Colors of #3BA7AB
Black with #3BA7AB
Text Example
Text Example
White with #3BA7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA7AB; }
p { color: rgb(59,167,171); }
H1.HeaderClassName
{
color: #3BA7AB;
}
.AnyTagClassName
{
color: #3BA7AB;
}
</style>
background-color css
<style>
a { background-color: #3BA7AB; }
a { background-color: rgb(59,167,171); }
div.DivClassName
{
background-color: #3BA7AB;
}
.BgClassName
{
background-color: #3BA7AB;
}
</style>
border-color css
<style>
span { border-color: #3BA7AB; }
span { border-color: rgb(59,167,171); }
td.TdClassName
{
border-color: #3BA7AB;
}
.TagClassName
{
border-color: #3BA7AB;
}
</style>