Shades of Sea Nymph #7CBBA4
Tints of Sea Nymph #7CBBA4
RGB
CMYK
RGB Variations
Color information
#7CBBA4 (or 0x7CBBA4) is known color: Sea Nymph. HEX triplet: 7C, BB and A4. RGB value is (124,187,164). Sum of RGB (Red+Green+Blue) = 124+187+164=475 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.11% from 475); Green value is 187 (73.44% from 255 or 39.37% from 475); Blue value is 164 (64.45% from 255 or 34.53% from 475); Max value from RGB is 187 - color contains mainly: green. Hex color #7CBBA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBBA4 is #83445B. Grayscale: #A5A5A5. Windows color (decimal): -8602716 or 10795900. OLE color: 10795900.
HSL color Cylindrical-coordinate representation of color #7CBBA4: hue angle of 158.1º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7CBBA4 is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 187 | 164 | - |
| CMYK | 0.34 | 0 | 0.12 | 0.27 |
| HSL | 158.1º | 0.32% | 0.61% | - |
| HSV(B) | 158.1º | 0.34% | 0.73% | - |
| XYZ | 32.78 | 42.51 | 41.6 | - |
| YUV | 165.54 | 127.13 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 187 | 164 | 0.34 | 0 | 0.12 | 0.27 | 158.1 | 0.32 | 0.61 |
| Hex | 7C | BB | A4 | 22 | 0 | C | 1B | 9E | 20 | 3D |
| Octal | 174 | 273 | 244 | 42 | 0 | 14 | 33 | 236 | 40 | 75 |
| Binary | 1111100 | 10111011 | 10100100 | 100010 | 0 | 1100 | 11011 | 10011110 | 100000 | 111101 |
Color Harmonies of #7CBBA4
Complementary color
Monochromatic Colors of #7CBBA4
Black with #7CBBA4
Text Example
Text Example
White with #7CBBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBBA4; }
p { color: rgb(124,187,164); }
H1.HeaderClassName
{
color: #7CBBA4;
}
.AnyTagClassName
{
color: #7CBBA4;
}
</style>
background-color css
<style>
a { background-color: #7CBBA4; }
a { background-color: rgb(124,187,164); }
div.DivClassName
{
background-color: #7CBBA4;
}
.BgClassName
{
background-color: #7CBBA4;
}
</style>
border-color css
<style>
span { border-color: #7CBBA4; }
span { border-color: rgb(124,187,164); }
td.TdClassName
{
border-color: #7CBBA4;
}
.TagClassName
{
border-color: #7CBBA4;
}
</style>