Shades of Atoll #2B7175
Tints of Atoll #2B7175
RGB
CMYK
RGB Variations
Color information
#2B7175 (or 0x2B7175) is known color: Atoll. HEX triplet: 2B, 71 and 75. RGB value is (43,113,117). Sum of RGB (Red+Green+Blue) = 43+113+117=273 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.75% from 273); Green value is 113 (44.53% from 255 or 41.39% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 117 - color contains mainly: blue. Hex color #2B7175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7175 is #D48E8A. Grayscale: #5C5C5C. Windows color (decimal): -13930123 or 7696683. OLE color: 7696683.
HSL color Cylindrical-coordinate representation of color #2B7175: hue angle of 183.24º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B7175 is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 43 | 113 | 117 | - |
| CMYK | 0.63 | 0.03 | 0 | 0.54 |
| HSL | 183.24º | 0.46% | 0.31% | - |
| HSV(B) | 183.24º | 0.63% | 0.46% | - |
| XYZ | 10.11 | 13.61 | 18.92 | - |
| YUV | 92.53 | 141.81 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 113 | 117 | 0.63 | 0.03 | 0 | 0.54 | 183.24 | 0.46 | 0.31 |
| Hex | 2B | 71 | 75 | 3F | 3 | 0 | 36 | B7 | 2E | 1F |
| Octal | 53 | 161 | 165 | 77 | 3 | 0 | 66 | 267 | 56 | 37 |
| Binary | 101011 | 1110001 | 1110101 | 111111 | 11 | 0 | 110110 | 10110111 | 101110 | 11111 |
Color Harmonies of #2B7175
Complementary color
Monochromatic Colors of #2B7175
Black with #2B7175
Text Example
Text Example
White with #2B7175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7175; }
p { color: rgb(43,113,117); }
H1.HeaderClassName
{
color: #2B7175;
}
.AnyTagClassName
{
color: #2B7175;
}
</style>
background-color css
<style>
a { background-color: #2B7175; }
a { background-color: rgb(43,113,117); }
div.DivClassName
{
background-color: #2B7175;
}
.BgClassName
{
background-color: #2B7175;
}
</style>
border-color css
<style>
span { border-color: #2B7175; }
span { border-color: rgb(43,113,117); }
td.TdClassName
{
border-color: #2B7175;
}
.TagClassName
{
border-color: #2B7175;
}
</style>