Shades of Sea Nymph #7DB4A3
Tints of Sea Nymph #7DB4A3
RGB
CMYK
RGB Variations
Color information
#7DB4A3 (or 0x7DB4A3) is known color: Sea Nymph. HEX triplet: 7D, B4 and A3. RGB value is (125,180,163). Sum of RGB (Red+Green+Blue) = 125+180+163=468 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.71% from 468); Green value is 180 (70.70% from 255 or 38.46% from 468); Blue value is 163 (64.06% from 255 or 34.83% from 468); Max value from RGB is 180 - color contains mainly: green. Hex color #7DB4A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DB4A3 is #824B5C. Grayscale: #A1A1A1. Windows color (decimal): -8538973 or 10728573. OLE color: 10728573.
HSL color Cylindrical-coordinate representation of color #7DB4A3: hue angle of 161.45º 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 #7DB4A3 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 180 | 163 | - |
| CMYK | 0.31 | 0 | 0.09 | 0.29 |
| HSL | 161.45º | 0.27% | 0.6% | - |
| HSV(B) | 161.45º | 0.31% | 0.71% | - |
| XYZ | 31.39 | 39.65 | 40.65 | - |
| YUV | 161.62 | 128.78 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 180 | 163 | 0.31 | 0 | 0.09 | 0.29 | 161.45 | 0.27 | 0.6 |
| Hex | 7D | B4 | A3 | 1F | 0 | 9 | 1D | A1 | 1B | 3C |
| Octal | 175 | 264 | 243 | 37 | 0 | 11 | 35 | 241 | 33 | 74 |
| Binary | 1111101 | 10110100 | 10100011 | 11111 | 0 | 1001 | 11101 | 10100001 | 11011 | 111100 |
Color Harmonies of #7DB4A3
Complementary color
Monochromatic Colors of #7DB4A3
Black with #7DB4A3
Text Example
Text Example
White with #7DB4A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB4A3; }
p { color: rgb(125,180,163); }
H1.HeaderClassName
{
color: #7DB4A3;
}
.AnyTagClassName
{
color: #7DB4A3;
}
</style>
background-color css
<style>
a { background-color: #7DB4A3; }
a { background-color: rgb(125,180,163); }
div.DivClassName
{
background-color: #7DB4A3;
}
.BgClassName
{
background-color: #7DB4A3;
}
</style>
border-color css
<style>
span { border-color: #7DB4A3; }
span { border-color: rgb(125,180,163); }
td.TdClassName
{
border-color: #7DB4A3;
}
.TagClassName
{
border-color: #7DB4A3;
}
</style>