Shades of Atoll #2F828B
Tints of Atoll #2F828B
RGB
CMYK
RGB Variations
Color information
#2F828B (or 0x2F828B) is known color: Atoll. HEX triplet: 2F, 82 and 8B. RGB value is (47,130,139). Sum of RGB (Red+Green+Blue) = 47+130+139=316 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.87% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 139 (54.69% from 255 or 43.99% from 316); Max value from RGB is 139 - color contains mainly: blue. Hex color #2F828B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F828B is #D07D74. Grayscale: #6A6A6A. Windows color (decimal): -13663605 or 9142831. OLE color: 9142831.
HSL color Cylindrical-coordinate representation of color #2F828B: hue angle of 185.87º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F828B is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 47 | 130 | 139 | - |
| CMYK | 0.66 | 0.06 | 0 | 0.45 |
| HSL | 185.87º | 0.49% | 0.36% | - |
| HSV(B) | 185.87º | 0.66% | 0.55% | - |
| XYZ | 13.82 | 18.43 | 27.26 | - |
| YUV | 106.21 | 146.5 | 85.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 130 | 139 | 0.66 | 0.06 | 0 | 0.45 | 185.87 | 0.49 | 0.36 |
| Hex | 2F | 82 | 8B | 42 | 6 | 0 | 2D | BA | 31 | 24 |
| Octal | 57 | 202 | 213 | 102 | 6 | 0 | 55 | 272 | 61 | 44 |
| Binary | 101111 | 10000010 | 10001011 | 1000010 | 110 | 0 | 101101 | 10111010 | 110001 | 100100 |
Color Harmonies of #2F828B
Complementary color
Monochromatic Colors of #2F828B
Black with #2F828B
Text Example
Text Example
White with #2F828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F828B; }
p { color: rgb(47,130,139); }
H1.HeaderClassName
{
color: #2F828B;
}
.AnyTagClassName
{
color: #2F828B;
}
</style>
background-color css
<style>
a { background-color: #2F828B; }
a { background-color: rgb(47,130,139); }
div.DivClassName
{
background-color: #2F828B;
}
.BgClassName
{
background-color: #2F828B;
}
</style>
border-color css
<style>
span { border-color: #2F828B; }
span { border-color: rgb(47,130,139); }
td.TdClassName
{
border-color: #2F828B;
}
.TagClassName
{
border-color: #2F828B;
}
</style>