Shades of Atoll #30807C
Tints of Atoll #30807C
RGB
CMYK
RGB Variations
Color information
#30807C (or 0x30807C) is known color: Atoll. HEX triplet: 30, 80 and 7C. RGB value is (48,128,124). Sum of RGB (Red+Green+Blue) = 48+128+124=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 128 (50.39% from 255 or 42.67% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 128 - color contains mainly: green. Hex color #30807C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30807C is #CF7F83. Grayscale: #676767. Windows color (decimal): -13598596 or 8159280. OLE color: 8159280.
HSL color Cylindrical-coordinate representation of color #30807C: hue angle of 177º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30807C is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 48 | 128 | 124 | - |
| CMYK | 0.62 | 0 | 0.03 | 0.50 |
| HSL | 177º | 0.45% | 0.35% | - |
| HSV(B) | 177º | 0.63% | 0.5% | - |
| XYZ | 12.58 | 17.52 | 21.79 | - |
| YUV | 103.62 | 139.5 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 128 | 124 | 0.62 | 0 | 0.03 | 0.50 | 177 | 0.45 | 0.35 |
| Hex | 30 | 80 | 7C | 3E | 0 | 3 | 32 | B1 | 2D | 23 |
| Octal | 60 | 200 | 174 | 76 | 0 | 3 | 62 | 261 | 55 | 43 |
| Binary | 110000 | 10000000 | 1111100 | 111110 | 0 | 11 | 110010 | 10110001 | 101101 | 100011 |
Color Harmonies of #30807C
Complementary color
Monochromatic Colors of #30807C
Black with #30807C
Text Example
Text Example
White with #30807C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30807C; }
p { color: rgb(48,128,124); }
H1.HeaderClassName
{
color: #30807C;
}
.AnyTagClassName
{
color: #30807C;
}
</style>
background-color css
<style>
a { background-color: #30807C; }
a { background-color: rgb(48,128,124); }
div.DivClassName
{
background-color: #30807C;
}
.BgClassName
{
background-color: #30807C;
}
</style>
border-color css
<style>
span { border-color: #30807C; }
span { border-color: rgb(48,128,124); }
td.TdClassName
{
border-color: #30807C;
}
.TagClassName
{
border-color: #30807C;
}
</style>