Shades of Atoll #30828C
Tints of Atoll #30828C
RGB
CMYK
RGB Variations
Color information
#30828C (or 0x30828C) is known color: Atoll. HEX triplet: 30, 82 and 8C. RGB value is (48,130,140). Sum of RGB (Red+Green+Blue) = 48+130+140=318 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.09% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 140 (55.08% from 255 or 44.03% from 318); Max value from RGB is 140 - color contains mainly: blue. Hex color #30828C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30828C is #CF7D73. Grayscale: #6A6A6A. Windows color (decimal): -13598068 or 9208368. OLE color: 9208368.
HSL color Cylindrical-coordinate representation of color #30828C: hue angle of 186.52º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30828C is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 130 | 140 | - |
| CMYK | 0.66 | 0.07 | 0 | 0.45 |
| HSL | 186.52º | 0.49% | 0.37% | - |
| HSV(B) | 186.52º | 0.66% | 0.55% | - |
| XYZ | 13.94 | 18.49 | 27.64 | - |
| YUV | 106.62 | 146.83 | 86.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 130 | 140 | 0.66 | 0.07 | 0 | 0.45 | 186.52 | 0.49 | 0.37 |
| Hex | 30 | 82 | 8C | 42 | 7 | 0 | 2D | BB | 31 | 25 |
| Octal | 60 | 202 | 214 | 102 | 7 | 0 | 55 | 273 | 61 | 45 |
| Binary | 110000 | 10000010 | 10001100 | 1000010 | 111 | 0 | 101101 | 10111011 | 110001 | 100101 |
Color Harmonies of #30828C
Complementary color
Monochromatic Colors of #30828C
Black with #30828C
Text Example
Text Example
White with #30828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30828C; }
p { color: rgb(48,130,140); }
H1.HeaderClassName
{
color: #30828C;
}
.AnyTagClassName
{
color: #30828C;
}
</style>
background-color css
<style>
a { background-color: #30828C; }
a { background-color: rgb(48,130,140); }
div.DivClassName
{
background-color: #30828C;
}
.BgClassName
{
background-color: #30828C;
}
</style>
border-color css
<style>
span { border-color: #30828C; }
span { border-color: rgb(48,130,140); }
td.TdClassName
{
border-color: #30828C;
}
.TagClassName
{
border-color: #30828C;
}
</style>