Shades of Neptune #70A8B4
Tints of Neptune #70A8B4
RGB
CMYK
RGB Variations
Color information
#70A8B4 (or 0x70A8B4) is known color: Neptune. HEX triplet: 70, A8 and B4. RGB value is (112,168,180). Sum of RGB (Red+Green+Blue) = 112+168+180=460 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.35% from 460); Green value is 168 (66.02% from 255 or 36.52% from 460); Blue value is 180 (70.70% from 255 or 39.13% from 460); Max value from RGB is 180 - color contains mainly: blue. Hex color #70A8B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A8B4 is #8F574B. Grayscale: #989898. Windows color (decimal): -9393996 or 11839600. OLE color: 11839600.
HSL color Cylindrical-coordinate representation of color #70A8B4: hue angle of 190.59º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70A8B4 is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 168 | 180 | - |
| CMYK | 0.38 | 0.07 | 0 | 0.29 |
| HSL | 190.59º | 0.31% | 0.57% | - |
| HSV(B) | 190.59º | 0.38% | 0.71% | - |
| XYZ | 28.92 | 34.75 | 48.36 | - |
| YUV | 152.62 | 143.45 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 168 | 180 | 0.38 | 0.07 | 0 | 0.29 | 190.59 | 0.31 | 0.57 |
| Hex | 70 | A8 | B4 | 26 | 7 | 0 | 1D | BF | 1F | 39 |
| Octal | 160 | 250 | 264 | 46 | 7 | 0 | 35 | 277 | 37 | 71 |
| Binary | 1110000 | 10101000 | 10110100 | 100110 | 111 | 0 | 11101 | 10111111 | 11111 | 111001 |
Color Harmonies of #70A8B4
Complementary color
Monochromatic Colors of #70A8B4
Black with #70A8B4
Text Example
Text Example
White with #70A8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A8B4; }
p { color: rgb(112,168,180); }
H1.HeaderClassName
{
color: #70A8B4;
}
.AnyTagClassName
{
color: #70A8B4;
}
</style>
background-color css
<style>
a { background-color: #70A8B4; }
a { background-color: rgb(112,168,180); }
div.DivClassName
{
background-color: #70A8B4;
}
.BgClassName
{
background-color: #70A8B4;
}
</style>
border-color css
<style>
span { border-color: #70A8B4; }
span { border-color: rgb(112,168,180); }
td.TdClassName
{
border-color: #70A8B4;
}
.TagClassName
{
border-color: #70A8B4;
}
</style>