Shades of Neptune #72ADB3
Tints of Neptune #72ADB3
RGB
CMYK
RGB Variations
Color information
#72ADB3 (or 0x72ADB3) is known color: Neptune. HEX triplet: 72, AD and B3. RGB value is (114,173,179). Sum of RGB (Red+Green+Blue) = 114+173+179=466 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.46% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 179 (70.31% from 255 or 38.41% from 466); Max value from RGB is 179 - color contains mainly: blue. Hex color #72ADB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72ADB3 is #8D524C. Grayscale: #9B9B9B. Windows color (decimal): -9261645 or 11775346. OLE color: 11775346.
HSL color Cylindrical-coordinate representation of color #72ADB3: hue angle of 185.54º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #72ADB3 is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 114 | 173 | 179 | - |
| CMYK | 0.36 | 0.03 | 0 | 0.30 |
| HSL | 185.54º | 0.3% | 0.57% | - |
| HSV(B) | 185.54º | 0.36% | 0.7% | - |
| XYZ | 30.02 | 36.72 | 48.15 | - |
| YUV | 156.04 | 140.95 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 173 | 179 | 0.36 | 0.03 | 0 | 0.30 | 185.54 | 0.3 | 0.57 |
| Hex | 72 | AD | B3 | 24 | 3 | 0 | 1E | BA | 1E | 39 |
| Octal | 162 | 255 | 263 | 44 | 3 | 0 | 36 | 272 | 36 | 71 |
| Binary | 1110010 | 10101101 | 10110011 | 100100 | 11 | 0 | 11110 | 10111010 | 11110 | 111001 |
Color Harmonies of #72ADB3
Complementary color
Monochromatic Colors of #72ADB3
Black with #72ADB3
Text Example
Text Example
White with #72ADB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72ADB3; }
p { color: rgb(114,173,179); }
H1.HeaderClassName
{
color: #72ADB3;
}
.AnyTagClassName
{
color: #72ADB3;
}
</style>
background-color css
<style>
a { background-color: #72ADB3; }
a { background-color: rgb(114,173,179); }
div.DivClassName
{
background-color: #72ADB3;
}
.BgClassName
{
background-color: #72ADB3;
}
</style>
border-color css
<style>
span { border-color: #72ADB3; }
span { border-color: rgb(114,173,179); }
td.TdClassName
{
border-color: #72ADB3;
}
.TagClassName
{
border-color: #72ADB3;
}
</style>