Shades of Atoll #30777F
Tints of Atoll #30777F
RGB
CMYK
RGB Variations
Color information
#30777F (or 0x30777F) is known color: Atoll. HEX triplet: 30, 77 and 7F. RGB value is (48,119,127). Sum of RGB (Red+Green+Blue) = 48+119+127=294 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.33% from 294); Green value is 119 (46.88% from 255 or 40.48% from 294); Blue value is 127 (50% from 255 or 43.20% from 294); Max value from RGB is 127 - color contains mainly: blue. Hex color #30777F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30777F is #CF8880. Grayscale: #626262. Windows color (decimal): -13600897 or 8353584. OLE color: 8353584.
HSL color Cylindrical-coordinate representation of color #30777F: hue angle of 186.08º 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 #30777F is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 48 | 119 | 127 | - |
| CMYK | 0.62 | 0.06 | 0 | 0.50 |
| HSL | 186.08º | 0.45% | 0.34% | - |
| HSV(B) | 186.08º | 0.62% | 0.5% | - |
| XYZ | 11.65 | 15.35 | 22.43 | - |
| YUV | 98.68 | 143.98 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 119 | 127 | 0.62 | 0.06 | 0 | 0.50 | 186.08 | 0.45 | 0.34 |
| Hex | 30 | 77 | 7F | 3E | 6 | 0 | 32 | BA | 2D | 22 |
| Octal | 60 | 167 | 177 | 76 | 6 | 0 | 62 | 272 | 55 | 42 |
| Binary | 110000 | 1110111 | 1111111 | 111110 | 110 | 0 | 110010 | 10111010 | 101101 | 100010 |
Color Harmonies of #30777F
Complementary color
Monochromatic Colors of #30777F
Black with #30777F
Text Example
Text Example
White with #30777F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30777F; }
p { color: rgb(48,119,127); }
H1.HeaderClassName
{
color: #30777F;
}
.AnyTagClassName
{
color: #30777F;
}
</style>
background-color css
<style>
a { background-color: #30777F; }
a { background-color: rgb(48,119,127); }
div.DivClassName
{
background-color: #30777F;
}
.BgClassName
{
background-color: #30777F;
}
</style>
border-color css
<style>
span { border-color: #30777F; }
span { border-color: rgb(48,119,127); }
td.TdClassName
{
border-color: #30777F;
}
.TagClassName
{
border-color: #30777F;
}
</style>