Shades of Atoll #30787C
Tints of Atoll #30787C
RGB
CMYK
RGB Variations
Color information
#30787C (or 0x30787C) is known color: Atoll. HEX triplet: 30, 78 and 7C. RGB value is (48,120,124). Sum of RGB (Red+Green+Blue) = 48+120+124=292 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.44% from 292); Green value is 120 (47.27% from 255 or 41.10% from 292); Blue value is 124 (48.83% from 255 or 42.47% from 292); Max value from RGB is 124 - color contains mainly: blue. Hex color #30787C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30787C is #CF8783. Grayscale: #626262. Windows color (decimal): -13600644 or 8157232. OLE color: 8157232.
HSL color Cylindrical-coordinate representation of color #30787C: hue angle of 183.16º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #30787C is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 48 | 120 | 124 | - |
| CMYK | 0.61 | 0.03 | 0 | 0.51 |
| HSL | 183.16º | 0.44% | 0.34% | - |
| HSV(B) | 183.16º | 0.61% | 0.49% | - |
| XYZ | 11.57 | 15.52 | 21.45 | - |
| YUV | 98.93 | 142.15 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 120 | 124 | 0.61 | 0.03 | 0 | 0.51 | 183.16 | 0.44 | 0.34 |
| Hex | 30 | 78 | 7C | 3D | 3 | 0 | 33 | B7 | 2C | 22 |
| Octal | 60 | 170 | 174 | 75 | 3 | 0 | 63 | 267 | 54 | 42 |
| Binary | 110000 | 1111000 | 1111100 | 111101 | 11 | 0 | 110011 | 10110111 | 101100 | 100010 |
Color Harmonies of #30787C
Complementary color
Monochromatic Colors of #30787C
Black with #30787C
Text Example
Text Example
White with #30787C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30787C; }
p { color: rgb(48,120,124); }
H1.HeaderClassName
{
color: #30787C;
}
.AnyTagClassName
{
color: #30787C;
}
</style>
background-color css
<style>
a { background-color: #30787C; }
a { background-color: rgb(48,120,124); }
div.DivClassName
{
background-color: #30787C;
}
.BgClassName
{
background-color: #30787C;
}
</style>
border-color css
<style>
span { border-color: #30787C; }
span { border-color: rgb(48,120,124); }
td.TdClassName
{
border-color: #30787C;
}
.TagClassName
{
border-color: #30787C;
}
</style>