Shades of Sea Nymph #7DB4A1
Tints of Sea Nymph #7DB4A1
RGB
CMYK
RGB Variations
Color information
#7DB4A1 (or 0x7DB4A1) is known color: Sea Nymph. HEX triplet: 7D, B4 and A1. RGB value is (125,180,161). Sum of RGB (Red+Green+Blue) = 125+180+161=466 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.82% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 161 (63.28% from 255 or 34.55% from 466); Max value from RGB is 180 - color contains mainly: green. Hex color #7DB4A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DB4A1 is #824B5E. Grayscale: #A1A1A1. Windows color (decimal): -8538975 or 10597501. OLE color: 10597501.
HSL color Cylindrical-coordinate representation of color #7DB4A1: hue angle of 159.27º 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 #7DB4A1 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 180 | 161 | - |
| CMYK | 0.31 | 0 | 0.11 | 0.29 |
| HSL | 159.27º | 0.27% | 0.6% | - |
| HSV(B) | 159.27º | 0.31% | 0.71% | - |
| XYZ | 31.21 | 39.58 | 39.71 | - |
| YUV | 161.39 | 127.78 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 180 | 161 | 0.31 | 0 | 0.11 | 0.29 | 159.27 | 0.27 | 0.6 |
| Hex | 7D | B4 | A1 | 1F | 0 | B | 1D | 9F | 1B | 3C |
| Octal | 175 | 264 | 241 | 37 | 0 | 13 | 35 | 237 | 33 | 74 |
| Binary | 1111101 | 10110100 | 10100001 | 11111 | 0 | 1011 | 11101 | 10011111 | 11011 | 111100 |
Color Harmonies of #7DB4A1
Complementary color
Monochromatic Colors of #7DB4A1
Black with #7DB4A1
Text Example
Text Example
White with #7DB4A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB4A1; }
p { color: rgb(125,180,161); }
H1.HeaderClassName
{
color: #7DB4A1;
}
.AnyTagClassName
{
color: #7DB4A1;
}
</style>
background-color css
<style>
a { background-color: #7DB4A1; }
a { background-color: rgb(125,180,161); }
div.DivClassName
{
background-color: #7DB4A1;
}
.BgClassName
{
background-color: #7DB4A1;
}
</style>
border-color css
<style>
span { border-color: #7DB4A1; }
span { border-color: rgb(125,180,161); }
td.TdClassName
{
border-color: #7DB4A1;
}
.TagClassName
{
border-color: #7DB4A1;
}
</style>