Shades of Atoll #307E80
Tints of Atoll #307E80
RGB
CMYK
RGB Variations
Color information
#307E80 (or 0x307E80) is known color: Atoll. HEX triplet: 30, 7E and 80. RGB value is (48,126,128). Sum of RGB (Red+Green+Blue) = 48+126+128=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 126 (49.61% from 255 or 41.72% from 302); Blue value is 128 (50.39% from 255 or 42.38% from 302); Max value from RGB is 128 - color contains mainly: blue. Hex color #307E80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307E80 is #CF817F. Grayscale: #666666. Windows color (decimal): -13599104 or 8420912. OLE color: 8420912.
HSL color Cylindrical-coordinate representation of color #307E80: hue angle of 181.5º 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 #307E80 is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 48 | 126 | 128 | - |
| CMYK | 0.62 | 0.02 | 0 | 0.50 |
| HSL | 181.5º | 0.45% | 0.35% | - |
| HSV(B) | 181.5º | 0.63% | 0.5% | - |
| XYZ | 12.58 | 17.11 | 23.06 | - |
| YUV | 102.91 | 142.16 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 126 | 128 | 0.62 | 0.02 | 0 | 0.50 | 181.5 | 0.45 | 0.35 |
| Hex | 30 | 7E | 80 | 3E | 2 | 0 | 32 | B6 | 2D | 23 |
| Octal | 60 | 176 | 200 | 76 | 2 | 0 | 62 | 266 | 55 | 43 |
| Binary | 110000 | 1111110 | 10000000 | 111110 | 10 | 0 | 110010 | 10110110 | 101101 | 100011 |
Color Harmonies of #307E80
Complementary color
Monochromatic Colors of #307E80
Black with #307E80
Text Example
Text Example
White with #307E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307E80; }
p { color: rgb(48,126,128); }
H1.HeaderClassName
{
color: #307E80;
}
.AnyTagClassName
{
color: #307E80;
}
</style>
background-color css
<style>
a { background-color: #307E80; }
a { background-color: rgb(48,126,128); }
div.DivClassName
{
background-color: #307E80;
}
.BgClassName
{
background-color: #307E80;
}
</style>
border-color css
<style>
span { border-color: #307E80; }
span { border-color: rgb(48,126,128); }
td.TdClassName
{
border-color: #307E80;
}
.TagClassName
{
border-color: #307E80;
}
</style>