Shades of Atoll #378180
Tints of Atoll #378180
RGB
CMYK
RGB Variations
Color information
#378180 (or 0x378180) is known color: Atoll. HEX triplet: 37, 81 and 80. RGB value is (55,129,128). Sum of RGB (Red+Green+Blue) = 55+129+128=312 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.63% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 128 (50.39% from 255 or 41.03% from 312); Max value from RGB is 129 - color contains mainly: green. Hex color #378180 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378180 is #C87E7F. Grayscale: #6A6A6A. Windows color (decimal): -13139584 or 8421687. OLE color: 8421687.
HSL color Cylindrical-coordinate representation of color #378180: hue angle of 179.19º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #378180 is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 55 | 129 | 128 | - |
| CMYK | 0.57 | 0 | 0.01 | 0.49 |
| HSL | 179.19º | 0.4% | 0.36% | - |
| HSV(B) | 179.19º | 0.57% | 0.51% | - |
| XYZ | 13.32 | 18.07 | 23.21 | - |
| YUV | 106.76 | 139.98 | 91.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 129 | 128 | 0.57 | 0 | 0.01 | 0.49 | 179.19 | 0.4 | 0.36 |
| Hex | 37 | 81 | 80 | 39 | 0 | 1 | 31 | B3 | 28 | 24 |
| Octal | 67 | 201 | 200 | 71 | 0 | 1 | 61 | 263 | 50 | 44 |
| Binary | 110111 | 10000001 | 10000000 | 111001 | 0 | 1 | 110001 | 10110011 | 101000 | 100100 |
Color Harmonies of #378180
Complementary color
Monochromatic Colors of #378180
Black with #378180
Text Example
Text Example
White with #378180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378180; }
p { color: rgb(55,129,128); }
H1.HeaderClassName
{
color: #378180;
}
.AnyTagClassName
{
color: #378180;
}
</style>
background-color css
<style>
a { background-color: #378180; }
a { background-color: rgb(55,129,128); }
div.DivClassName
{
background-color: #378180;
}
.BgClassName
{
background-color: #378180;
}
</style>
border-color css
<style>
span { border-color: #378180; }
span { border-color: rgb(55,129,128); }
td.TdClassName
{
border-color: #378180;
}
.TagClassName
{
border-color: #378180;
}
</style>