Shades of Sea Nymph #7CBDA3
Tints of Sea Nymph #7CBDA3
RGB
CMYK
RGB Variations
Color information
#7CBDA3 (or 0x7CBDA3) is known color: Sea Nymph. HEX triplet: 7C, BD and A3. RGB value is (124,189,163). Sum of RGB (Red+Green+Blue) = 124+189+163=476 (63% of max value = 765). Red value is 124 (48.83% from 255 or 26.05% from 476); Green value is 189 (74.22% from 255 or 39.71% from 476); Blue value is 163 (64.06% from 255 or 34.24% from 476); Max value from RGB is 189 - color contains mainly: green. Hex color #7CBDA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBDA3 is #83425C. Grayscale: #A6A6A6. Windows color (decimal): -8602205 or 10730876. OLE color: 10730876.
HSL color Cylindrical-coordinate representation of color #7CBDA3: hue angle of 156º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7CBDA3 is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 189 | 163 | - |
| CMYK | 0.34 | 0 | 0.14 | 0.26 |
| HSL | 156º | 0.33% | 0.61% | - |
| HSV(B) | 156º | 0.34% | 0.74% | - |
| XYZ | 33.12 | 43.32 | 41.27 | - |
| YUV | 166.6 | 125.97 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 189 | 163 | 0.34 | 0 | 0.14 | 0.26 | 156 | 0.33 | 0.61 |
| Hex | 7C | BD | A3 | 22 | 0 | E | 1A | 9C | 21 | 3D |
| Octal | 174 | 275 | 243 | 42 | 0 | 16 | 32 | 234 | 41 | 75 |
| Binary | 1111100 | 10111101 | 10100011 | 100010 | 0 | 1110 | 11010 | 10011100 | 100001 | 111101 |
Color Harmonies of #7CBDA3
Complementary color
Monochromatic Colors of #7CBDA3
Black with #7CBDA3
Text Example
Text Example
White with #7CBDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBDA3; }
p { color: rgb(124,189,163); }
H1.HeaderClassName
{
color: #7CBDA3;
}
.AnyTagClassName
{
color: #7CBDA3;
}
</style>
background-color css
<style>
a { background-color: #7CBDA3; }
a { background-color: rgb(124,189,163); }
div.DivClassName
{
background-color: #7CBDA3;
}
.BgClassName
{
background-color: #7CBDA3;
}
</style>
border-color css
<style>
span { border-color: #7CBDA3; }
span { border-color: rgb(124,189,163); }
td.TdClassName
{
border-color: #7CBDA3;
}
.TagClassName
{
border-color: #7CBDA3;
}
</style>