Shades of Neptune #7DB2B4
Tints of Neptune #7DB2B4
RGB
CMYK
RGB Variations
Color information
#7DB2B4 (or 0x7DB2B4) is known color: Neptune. HEX triplet: 7D, B2 and B4. RGB value is (125,178,180). Sum of RGB (Red+Green+Blue) = 125+178+180=483 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.88% from 483); Green value is 178 (69.92% from 255 or 36.85% from 483); Blue value is 180 (70.70% from 255 or 37.27% from 483); Max value from RGB is 180 - color contains mainly: blue. Hex color #7DB2B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DB2B4 is #824D4B. Grayscale: #A2A2A2. Windows color (decimal): -8539468 or 11842173. OLE color: 11842173.
HSL color Cylindrical-coordinate representation of color #7DB2B4: hue angle of 182.18º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7DB2B4 is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 178 | 180 | - |
| CMYK | 0.31 | 0.01 | 0 | 0.29 |
| HSL | 182.18º | 0.27% | 0.6% | - |
| HSV(B) | 182.18º | 0.31% | 0.71% | - |
| XYZ | 32.62 | 39.5 | 49.08 | - |
| YUV | 162.38 | 137.94 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 178 | 180 | 0.31 | 0.01 | 0 | 0.29 | 182.18 | 0.27 | 0.6 |
| Hex | 7D | B2 | B4 | 1F | 1 | 0 | 1D | B6 | 1B | 3C |
| Octal | 175 | 262 | 264 | 37 | 1 | 0 | 35 | 266 | 33 | 74 |
| Binary | 1111101 | 10110010 | 10110100 | 11111 | 1 | 0 | 11101 | 10110110 | 11011 | 111100 |
Color Harmonies of #7DB2B4
Complementary color
Monochromatic Colors of #7DB2B4
Black with #7DB2B4
Text Example
Text Example
White with #7DB2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB2B4; }
p { color: rgb(125,178,180); }
H1.HeaderClassName
{
color: #7DB2B4;
}
.AnyTagClassName
{
color: #7DB2B4;
}
</style>
background-color css
<style>
a { background-color: #7DB2B4; }
a { background-color: rgb(125,178,180); }
div.DivClassName
{
background-color: #7DB2B4;
}
.BgClassName
{
background-color: #7DB2B4;
}
</style>
border-color css
<style>
span { border-color: #7DB2B4; }
span { border-color: rgb(125,178,180); }
td.TdClassName
{
border-color: #7DB2B4;
}
.TagClassName
{
border-color: #7DB2B4;
}
</style>