Shades of Neptune #7DB3B3
Tints of Neptune #7DB3B3
RGB
CMYK
RGB Variations
Color information
#7DB3B3 (or 0x7DB3B3) is known color: Neptune. HEX triplet: 7D, B3 and B3. RGB value is (125,179,179). Sum of RGB (Red+Green+Blue) = 125+179+179=483 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.88% from 483); Green value is 179 (70.31% from 255 or 37.06% from 483); Blue value is 179 (70.31% from 255 or 37.06% from 483); Max value from RGB is 179 - color contains mainly: green, blue. Hex color #7DB3B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DB3B3 is #824C4C. Grayscale: #A2A2A2. Windows color (decimal): -8539213 or 11776893. OLE color: 11776893.
HSL color Cylindrical-coordinate representation of color #7DB3B3: hue angle of 180º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7DB3B3 is Cyan = 0.30, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 125 | 179 | 179 | - |
| CMYK | 0.30 | 0 | 0 | 0.30 |
| HSL | 180º | 0.26% | 0.6% | - |
| HSV(B) | 180º | 0.3% | 0.7% | - |
| XYZ | 32.71 | 39.85 | 48.62 | - |
| YUV | 162.85 | 137.11 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 179 | 179 | 0.30 | 0 | 0 | 0.30 | 180 | 0.26 | 0.6 |
| Hex | 7D | B3 | B3 | 1E | 0 | 0 | 1E | B4 | 1A | 3C |
| Octal | 175 | 263 | 263 | 36 | 0 | 0 | 36 | 264 | 32 | 74 |
| Binary | 1111101 | 10110011 | 10110011 | 11110 | 0 | 0 | 11110 | 10110100 | 11010 | 111100 |
Color Harmonies of #7DB3B3
Complementary color
Monochromatic Colors of #7DB3B3
Black with #7DB3B3
Text Example
Text Example
White with #7DB3B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB3B3; }
p { color: rgb(125,179,179); }
H1.HeaderClassName
{
color: #7DB3B3;
}
.AnyTagClassName
{
color: #7DB3B3;
}
</style>
background-color css
<style>
a { background-color: #7DB3B3; }
a { background-color: rgb(125,179,179); }
div.DivClassName
{
background-color: #7DB3B3;
}
.BgClassName
{
background-color: #7DB3B3;
}
</style>
border-color css
<style>
span { border-color: #7DB3B3; }
span { border-color: rgb(125,179,179); }
td.TdClassName
{
border-color: #7DB3B3;
}
.TagClassName
{
border-color: #7DB3B3;
}
</style>