Shades of Atoll #348181
Tints of Atoll #348181
RGB
CMYK
RGB Variations
Color information
#348181 (or 0x348181) is known color: Atoll. HEX triplet: 34, 81 and 81. RGB value is (52,129,129). Sum of RGB (Red+Green+Blue) = 52+129+129=310 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.77% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 129 (50.78% from 255 or 41.61% from 310); Max value from RGB is 129 - color contains mainly: green, blue. Hex color #348181 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348181 is #CB7E7E. Grayscale: #696969. Windows color (decimal): -13336191 or 8487220. OLE color: 8487220.
HSL color Cylindrical-coordinate representation of color #348181: hue angle of 180º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #348181 is Cyan = 0.60, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 129 | 129 | - |
| CMYK | 0.60 | 0 | 0 | 0.49 |
| HSL | 180º | 0.43% | 0.35% | - |
| HSV(B) | 180º | 0.6% | 0.51% | - |
| XYZ | 13.23 | 18.02 | 23.55 | - |
| YUV | 105.98 | 140.99 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 129 | 129 | 0.60 | 0 | 0 | 0.49 | 180 | 0.43 | 0.35 |
| Hex | 34 | 81 | 81 | 3C | 0 | 0 | 31 | B4 | 2B | 23 |
| Octal | 64 | 201 | 201 | 74 | 0 | 0 | 61 | 264 | 53 | 43 |
| Binary | 110100 | 10000001 | 10000001 | 111100 | 0 | 0 | 110001 | 10110100 | 101011 | 100011 |
Color Harmonies of #348181
Complementary color
Monochromatic Colors of #348181
Black with #348181
Text Example
Text Example
White with #348181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348181; }
p { color: rgb(52,129,129); }
H1.HeaderClassName
{
color: #348181;
}
.AnyTagClassName
{
color: #348181;
}
</style>
background-color css
<style>
a { background-color: #348181; }
a { background-color: rgb(52,129,129); }
div.DivClassName
{
background-color: #348181;
}
.BgClassName
{
background-color: #348181;
}
</style>
border-color css
<style>
span { border-color: #348181; }
span { border-color: rgb(52,129,129); }
td.TdClassName
{
border-color: #348181;
}
.TagClassName
{
border-color: #348181;
}
</style>