Shades of Atoll #2F818B
Tints of Atoll #2F818B
RGB
CMYK
RGB Variations
Color information
#2F818B (or 0x2F818B) is known color: Atoll. HEX triplet: 2F, 81 and 8B. RGB value is (47,129,139). Sum of RGB (Red+Green+Blue) = 47+129+139=315 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.92% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 139 - color contains mainly: blue. Hex color #2F818B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F818B is #D07E74. Grayscale: #696969. Windows color (decimal): -13663861 or 9142575. OLE color: 9142575.
HSL color Cylindrical-coordinate representation of color #2F818B: hue angle of 186.52º 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 #2F818B is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 47 | 129 | 139 | - |
| CMYK | 0.66 | 0.07 | 0 | 0.45 |
| HSL | 186.52º | 0.49% | 0.36% | - |
| HSV(B) | 186.52º | 0.66% | 0.55% | - |
| XYZ | 13.68 | 18.17 | 27.21 | - |
| YUV | 105.62 | 146.83 | 86.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 129 | 139 | 0.66 | 0.07 | 0 | 0.45 | 186.52 | 0.49 | 0.36 |
| Hex | 2F | 81 | 8B | 42 | 7 | 0 | 2D | BB | 31 | 24 |
| Octal | 57 | 201 | 213 | 102 | 7 | 0 | 55 | 273 | 61 | 44 |
| Binary | 101111 | 10000001 | 10001011 | 1000010 | 111 | 0 | 101101 | 10111011 | 110001 | 100100 |
Color Harmonies of #2F818B
Complementary color
Monochromatic Colors of #2F818B
Black with #2F818B
Text Example
Text Example
White with #2F818B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F818B; }
p { color: rgb(47,129,139); }
H1.HeaderClassName
{
color: #2F818B;
}
.AnyTagClassName
{
color: #2F818B;
}
</style>
background-color css
<style>
a { background-color: #2F818B; }
a { background-color: rgb(47,129,139); }
div.DivClassName
{
background-color: #2F818B;
}
.BgClassName
{
background-color: #2F818B;
}
</style>
border-color css
<style>
span { border-color: #2F818B; }
span { border-color: rgb(47,129,139); }
td.TdClassName
{
border-color: #2F818B;
}
.TagClassName
{
border-color: #2F818B;
}
</style>