Shades of Atoll #358180
Tints of Atoll #358180
RGB
CMYK
RGB Variations
Color information
#358180 (or 0x358180) is known color: Atoll. HEX triplet: 35, 81 and 80. RGB value is (53,129,128). Sum of RGB (Red+Green+Blue) = 53+129+128=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 129 - color contains mainly: green. Hex color #358180 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358180 is #CA7E7F. Grayscale: #6A6A6A. Windows color (decimal): -13270656 or 8421685. OLE color: 8421685.
HSL color Cylindrical-coordinate representation of color #358180: hue angle of 179.21º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #358180 is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 129 | 128 | - |
| CMYK | 0.59 | 0 | 0.01 | 0.49 |
| HSL | 179.21º | 0.42% | 0.36% | - |
| HSV(B) | 179.21º | 0.59% | 0.51% | - |
| XYZ | 13.21 | 18.02 | 23.2 | - |
| YUV | 106.16 | 140.32 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 129 | 128 | 0.59 | 0 | 0.01 | 0.49 | 179.21 | 0.42 | 0.36 |
| Hex | 35 | 81 | 80 | 3B | 0 | 1 | 31 | B3 | 2A | 24 |
| Octal | 65 | 201 | 200 | 73 | 0 | 1 | 61 | 263 | 52 | 44 |
| Binary | 110101 | 10000001 | 10000000 | 111011 | 0 | 1 | 110001 | 10110011 | 101010 | 100100 |
Color Harmonies of #358180
Complementary color
Monochromatic Colors of #358180
Black with #358180
Text Example
Text Example
White with #358180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358180; }
p { color: rgb(53,129,128); }
H1.HeaderClassName
{
color: #358180;
}
.AnyTagClassName
{
color: #358180;
}
</style>
background-color css
<style>
a { background-color: #358180; }
a { background-color: rgb(53,129,128); }
div.DivClassName
{
background-color: #358180;
}
.BgClassName
{
background-color: #358180;
}
</style>
border-color css
<style>
span { border-color: #358180; }
span { border-color: rgb(53,129,128); }
td.TdClassName
{
border-color: #358180;
}
.TagClassName
{
border-color: #358180;
}
</style>