Shades of Atoll #2F8082
Tints of Atoll #2F8082
RGB
CMYK
RGB Variations
Color information
#2F8082 (or 0x2F8082) is known color: Atoll. HEX triplet: 2F, 80 and 82. RGB value is (47,128,130). Sum of RGB (Red+Green+Blue) = 47+128+130=305 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.41% from 305); Green value is 128 (50.39% from 255 or 41.97% from 305); Blue value is 130 (51.17% from 255 or 42.62% from 305); Max value from RGB is 130 - color contains mainly: blue. Hex color #2F8082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F8082 is #D07F7D. Grayscale: #676767. Windows color (decimal): -13664126 or 8552495. OLE color: 8552495.
HSL color Cylindrical-coordinate representation of color #2F8082: hue angle of 181.45º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F8082 is Cyan = 0.64, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 47 | 128 | 130 | - |
| CMYK | 0.64 | 0.02 | 0 | 0.49 |
| HSL | 181.45º | 0.47% | 0.35% | - |
| HSV(B) | 181.45º | 0.64% | 0.51% | - |
| XYZ | 12.92 | 17.65 | 23.85 | - |
| YUV | 104.01 | 142.66 | 87.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 128 | 130 | 0.64 | 0.02 | 0 | 0.49 | 181.45 | 0.47 | 0.35 |
| Hex | 2F | 80 | 82 | 40 | 2 | 0 | 31 | B5 | 2F | 23 |
| Octal | 57 | 200 | 202 | 100 | 2 | 0 | 61 | 265 | 57 | 43 |
| Binary | 101111 | 10000000 | 10000010 | 1000000 | 10 | 0 | 110001 | 10110101 | 101111 | 100011 |
Color Harmonies of #2F8082
Complementary color
Monochromatic Colors of #2F8082
Black with #2F8082
Text Example
Text Example
White with #2F8082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8082; }
p { color: rgb(47,128,130); }
H1.HeaderClassName
{
color: #2F8082;
}
.AnyTagClassName
{
color: #2F8082;
}
</style>
background-color css
<style>
a { background-color: #2F8082; }
a { background-color: rgb(47,128,130); }
div.DivClassName
{
background-color: #2F8082;
}
.BgClassName
{
background-color: #2F8082;
}
</style>
border-color css
<style>
span { border-color: #2F8082; }
span { border-color: rgb(47,128,130); }
td.TdClassName
{
border-color: #2F8082;
}
.TagClassName
{
border-color: #2F8082;
}
</style>