Shades of Atoll #308482
Tints of Atoll #308482
RGB
CMYK
RGB Variations
Color information
#308482 (or 0x308482) is known color: Atoll. HEX triplet: 30, 84 and 82. RGB value is (48,132,130). Sum of RGB (Red+Green+Blue) = 48+132+130=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 132 (51.95% from 255 or 42.58% from 310); Blue value is 130 (51.17% from 255 or 41.94% from 310); Max value from RGB is 132 - color contains mainly: green. Hex color #308482 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308482 is #CF7B7D. Grayscale: #6A6A6A. Windows color (decimal): -13597566 or 8553520. OLE color: 8553520.
HSL color Cylindrical-coordinate representation of color #308482: hue angle of 178.57º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #308482 is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 48 | 132 | 130 | - |
| CMYK | 0.64 | 0 | 0.02 | 0.48 |
| HSL | 178.57º | 0.47% | 0.35% | - |
| HSV(B) | 178.57º | 0.64% | 0.52% | - |
| XYZ | 13.5 | 18.74 | 24.03 | - |
| YUV | 106.66 | 141.17 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 132 | 130 | 0.64 | 0 | 0.02 | 0.48 | 178.57 | 0.47 | 0.35 |
| Hex | 30 | 84 | 82 | 40 | 0 | 2 | 30 | B3 | 2F | 23 |
| Octal | 60 | 204 | 202 | 100 | 0 | 2 | 60 | 263 | 57 | 43 |
| Binary | 110000 | 10000100 | 10000010 | 1000000 | 0 | 10 | 110000 | 10110011 | 101111 | 100011 |
Color Harmonies of #308482
Complementary color
Monochromatic Colors of #308482
Black with #308482
Text Example
Text Example
White with #308482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308482; }
p { color: rgb(48,132,130); }
H1.HeaderClassName
{
color: #308482;
}
.AnyTagClassName
{
color: #308482;
}
</style>
background-color css
<style>
a { background-color: #308482; }
a { background-color: rgb(48,132,130); }
div.DivClassName
{
background-color: #308482;
}
.BgClassName
{
background-color: #308482;
}
</style>
border-color css
<style>
span { border-color: #308482; }
span { border-color: rgb(48,132,130); }
td.TdClassName
{
border-color: #308482;
}
.TagClassName
{
border-color: #308482;
}
</style>