Shades of Atoll #307F80
Tints of Atoll #307F80
RGB
CMYK
RGB Variations
Color information
#307F80 (or 0x307F80) is known color: Atoll. HEX triplet: 30, 7F and 80. RGB value is (48,127,128). Sum of RGB (Red+Green+Blue) = 48+127+128=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 127 (50% from 255 or 41.91% from 303); Blue value is 128 (50.39% from 255 or 42.24% from 303); Max value from RGB is 128 - color contains mainly: blue. Hex color #307F80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307F80 is #CF807F. Grayscale: #676767. Windows color (decimal): -13598848 or 8421168. OLE color: 8421168.
HSL color Cylindrical-coordinate representation of color #307F80: hue angle of 180.75º 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 #307F80 is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 48 | 127 | 128 | - |
| CMYK | 0.62 | 0.01 | 0 | 0.50 |
| HSL | 180.75º | 0.45% | 0.35% | - |
| HSV(B) | 180.75º | 0.63% | 0.5% | - |
| XYZ | 12.7 | 17.37 | 23.1 | - |
| YUV | 103.49 | 141.83 | 88.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 127 | 128 | 0.62 | 0.01 | 0 | 0.50 | 180.75 | 0.45 | 0.35 |
| Hex | 30 | 7F | 80 | 3E | 1 | 0 | 32 | B5 | 2D | 23 |
| Octal | 60 | 177 | 200 | 76 | 1 | 0 | 62 | 265 | 55 | 43 |
| Binary | 110000 | 1111111 | 10000000 | 111110 | 1 | 0 | 110010 | 10110101 | 101101 | 100011 |
Color Harmonies of #307F80
Complementary color
Monochromatic Colors of #307F80
Black with #307F80
Text Example
Text Example
White with #307F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307F80; }
p { color: rgb(48,127,128); }
H1.HeaderClassName
{
color: #307F80;
}
.AnyTagClassName
{
color: #307F80;
}
</style>
background-color css
<style>
a { background-color: #307F80; }
a { background-color: rgb(48,127,128); }
div.DivClassName
{
background-color: #307F80;
}
.BgClassName
{
background-color: #307F80;
}
</style>
border-color css
<style>
span { border-color: #307F80; }
span { border-color: rgb(48,127,128); }
td.TdClassName
{
border-color: #307F80;
}
.TagClassName
{
border-color: #307F80;
}
</style>