Shades of Neptune #7DB1AF
Tints of Neptune #7DB1AF
RGB
CMYK
RGB Variations
Color information
#7DB1AF (or 0x7DB1AF) is known color: Neptune. HEX triplet: 7D, B1 and AF. RGB value is (125,177,175). Sum of RGB (Red+Green+Blue) = 125+177+175=477 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.21% from 477); Green value is 177 (69.53% from 255 or 37.11% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 177 - color contains mainly: green. Hex color #7DB1AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DB1AF is #824E50. Grayscale: #A1A1A1. Windows color (decimal): -8539729 or 11514237. OLE color: 11514237.
HSL color Cylindrical-coordinate representation of color #7DB1AF: hue angle of 177.69º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7DB1AF is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 177 | 175 | - |
| CMYK | 0.29 | 0 | 0.01 | 0.31 |
| HSL | 177.69º | 0.25% | 0.59% | - |
| HSV(B) | 177.69º | 0.29% | 0.69% | - |
| XYZ | 31.92 | 38.9 | 46.38 | - |
| YUV | 161.22 | 135.77 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 177 | 175 | 0.29 | 0 | 0.01 | 0.31 | 177.69 | 0.25 | 0.59 |
| Hex | 7D | B1 | AF | 1D | 0 | 1 | 1F | B2 | 19 | 3B |
| Octal | 175 | 261 | 257 | 35 | 0 | 1 | 37 | 262 | 31 | 73 |
| Binary | 1111101 | 10110001 | 10101111 | 11101 | 0 | 1 | 11111 | 10110010 | 11001 | 111011 |
Color Harmonies of #7DB1AF
Complementary color
Monochromatic Colors of #7DB1AF
Black with #7DB1AF
Text Example
Text Example
White with #7DB1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB1AF; }
p { color: rgb(125,177,175); }
H1.HeaderClassName
{
color: #7DB1AF;
}
.AnyTagClassName
{
color: #7DB1AF;
}
</style>
background-color css
<style>
a { background-color: #7DB1AF; }
a { background-color: rgb(125,177,175); }
div.DivClassName
{
background-color: #7DB1AF;
}
.BgClassName
{
background-color: #7DB1AF;
}
</style>
border-color css
<style>
span { border-color: #7DB1AF; }
span { border-color: rgb(125,177,175); }
td.TdClassName
{
border-color: #7DB1AF;
}
.TagClassName
{
border-color: #7DB1AF;
}
</style>