Shades of Atoll #307D80
Tints of Atoll #307D80
RGB
CMYK
RGB Variations
Color information
#307D80 (or 0x307D80) is known color: Atoll. HEX triplet: 30, 7D and 80. RGB value is (48,125,128). Sum of RGB (Red+Green+Blue) = 48+125+128=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 125 (49.22% from 255 or 41.53% from 301); Blue value is 128 (50.39% from 255 or 42.52% from 301); Max value from RGB is 128 - color contains mainly: blue. Hex color #307D80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307D80 is #CF827F. Grayscale: #666666. Windows color (decimal): -13599360 or 8420656. OLE color: 8420656.
HSL color Cylindrical-coordinate representation of color #307D80: hue angle of 182.25º 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 #307D80 is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 48 | 125 | 128 | - |
| CMYK | 0.62 | 0.02 | 0 | 0.50 |
| HSL | 182.25º | 0.45% | 0.35% | - |
| HSV(B) | 182.25º | 0.63% | 0.5% | - |
| XYZ | 12.45 | 16.85 | 23.02 | - |
| YUV | 102.32 | 142.49 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 125 | 128 | 0.62 | 0.02 | 0 | 0.50 | 182.25 | 0.45 | 0.35 |
| Hex | 30 | 7D | 80 | 3E | 2 | 0 | 32 | B6 | 2D | 23 |
| Octal | 60 | 175 | 200 | 76 | 2 | 0 | 62 | 266 | 55 | 43 |
| Binary | 110000 | 1111101 | 10000000 | 111110 | 10 | 0 | 110010 | 10110110 | 101101 | 100011 |
Color Harmonies of #307D80
Complementary color
Monochromatic Colors of #307D80
Black with #307D80
Text Example
Text Example
White with #307D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307D80; }
p { color: rgb(48,125,128); }
H1.HeaderClassName
{
color: #307D80;
}
.AnyTagClassName
{
color: #307D80;
}
</style>
background-color css
<style>
a { background-color: #307D80; }
a { background-color: rgb(48,125,128); }
div.DivClassName
{
background-color: #307D80;
}
.BgClassName
{
background-color: #307D80;
}
</style>
border-color css
<style>
span { border-color: #307D80; }
span { border-color: rgb(48,125,128); }
td.TdClassName
{
border-color: #307D80;
}
.TagClassName
{
border-color: #307D80;
}
</style>