Shades of Atoll #308180
Tints of Atoll #308180
RGB
CMYK
RGB Variations
Color information
#308180 (or 0x308180) is known color: Atoll. HEX triplet: 30, 81 and 80. RGB value is (48,129,128). Sum of RGB (Red+Green+Blue) = 48+129+128=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 129 (50.78% from 255 or 42.30% from 305); Blue value is 128 (50.39% from 255 or 41.97% from 305); Max value from RGB is 129 - color contains mainly: green. Hex color #308180 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308180 is #CF7E7F. Grayscale: #686868. Windows color (decimal): -13598336 or 8421680. OLE color: 8421680.
HSL color Cylindrical-coordinate representation of color #308180: hue angle of 179.26º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #308180 is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 129 | 128 | - |
| CMYK | 0.63 | 0 | 0.01 | 0.49 |
| HSL | 179.26º | 0.46% | 0.35% | - |
| HSV(B) | 179.26º | 0.63% | 0.51% | - |
| XYZ | 12.97 | 17.89 | 23.19 | - |
| YUV | 104.67 | 141.16 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 129 | 128 | 0.63 | 0 | 0.01 | 0.49 | 179.26 | 0.46 | 0.35 |
| Hex | 30 | 81 | 80 | 3F | 0 | 1 | 31 | B3 | 2E | 23 |
| Octal | 60 | 201 | 200 | 77 | 0 | 1 | 61 | 263 | 56 | 43 |
| Binary | 110000 | 10000001 | 10000000 | 111111 | 0 | 1 | 110001 | 10110011 | 101110 | 100011 |
Color Harmonies of #308180
Complementary color
Monochromatic Colors of #308180
Black with #308180
Text Example
Text Example
White with #308180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308180; }
p { color: rgb(48,129,128); }
H1.HeaderClassName
{
color: #308180;
}
.AnyTagClassName
{
color: #308180;
}
</style>
background-color css
<style>
a { background-color: #308180; }
a { background-color: rgb(48,129,128); }
div.DivClassName
{
background-color: #308180;
}
.BgClassName
{
background-color: #308180;
}
</style>
border-color css
<style>
span { border-color: #308180; }
span { border-color: rgb(48,129,128); }
td.TdClassName
{
border-color: #308180;
}
.TagClassName
{
border-color: #308180;
}
</style>