Shades of Atoll #30787F
Tints of Atoll #30787F
RGB
CMYK
RGB Variations
Color information
#30787F (or 0x30787F) is known color: Atoll. HEX triplet: 30, 78 and 7F. RGB value is (48,120,127). Sum of RGB (Red+Green+Blue) = 48+120+127=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 120 (47.27% from 255 or 40.68% from 295); Blue value is 127 (50% from 255 or 43.05% from 295); Max value from RGB is 127 - color contains mainly: blue. Hex color #30787F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30787F is #CF8780. Grayscale: #636363. Windows color (decimal): -13600641 or 8353840. OLE color: 8353840.
HSL color Cylindrical-coordinate representation of color #30787F: hue angle of 185.32º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30787F is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 48 | 120 | 127 | - |
| CMYK | 0.62 | 0.06 | 0 | 0.50 |
| HSL | 185.32º | 0.45% | 0.34% | - |
| HSV(B) | 185.32º | 0.62% | 0.5% | - |
| XYZ | 11.77 | 15.59 | 22.47 | - |
| YUV | 99.27 | 143.65 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 120 | 127 | 0.62 | 0.06 | 0 | 0.50 | 185.32 | 0.45 | 0.34 |
| Hex | 30 | 78 | 7F | 3E | 6 | 0 | 32 | B9 | 2D | 22 |
| Octal | 60 | 170 | 177 | 76 | 6 | 0 | 62 | 271 | 55 | 42 |
| Binary | 110000 | 1111000 | 1111111 | 111110 | 110 | 0 | 110010 | 10111001 | 101101 | 100010 |
Color Harmonies of #30787F
Complementary color
Monochromatic Colors of #30787F
Black with #30787F
Text Example
Text Example
White with #30787F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30787F; }
p { color: rgb(48,120,127); }
H1.HeaderClassName
{
color: #30787F;
}
.AnyTagClassName
{
color: #30787F;
}
</style>
background-color css
<style>
a { background-color: #30787F; }
a { background-color: rgb(48,120,127); }
div.DivClassName
{
background-color: #30787F;
}
.BgClassName
{
background-color: #30787F;
}
</style>
border-color css
<style>
span { border-color: #30787F; }
span { border-color: rgb(48,120,127); }
td.TdClassName
{
border-color: #30787F;
}
.TagClassName
{
border-color: #30787F;
}
</style>