Shades of Sea Nymph #7CBCA4
Tints of Sea Nymph #7CBCA4
RGB
CMYK
RGB Variations
Color information
#7CBCA4 (or 0x7CBCA4) is known color: Sea Nymph. HEX triplet: 7C, BC and A4. RGB value is (124,188,164). Sum of RGB (Red+Green+Blue) = 124+188+164=476 (63% of max value = 765). Red value is 124 (48.83% from 255 or 26.05% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 164 (64.45% from 255 or 34.45% from 476); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBCA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBCA4 is #83435B. Grayscale: #A6A6A6. Windows color (decimal): -8602460 or 10796156. OLE color: 10796156.
HSL color Cylindrical-coordinate representation of color #7CBCA4: hue angle of 157.5º degrees, saturation: 0.32, 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 #7CBCA4 is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 188 | 164 | - |
| CMYK | 0.34 | 0 | 0.13 | 0.26 |
| HSL | 157.5º | 0.32% | 0.61% | - |
| HSV(B) | 157.5º | 0.34% | 0.74% | - |
| XYZ | 33 | 42.93 | 41.67 | - |
| YUV | 166.13 | 126.8 | 97.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 188 | 164 | 0.34 | 0 | 0.13 | 0.26 | 157.5 | 0.32 | 0.61 |
| Hex | 7C | BC | A4 | 22 | 0 | D | 1A | 9E | 20 | 3D |
| Octal | 174 | 274 | 244 | 42 | 0 | 15 | 32 | 236 | 40 | 75 |
| Binary | 1111100 | 10111100 | 10100100 | 100010 | 0 | 1101 | 11010 | 10011110 | 100000 | 111101 |
Color Harmonies of #7CBCA4
Complementary color
Monochromatic Colors of #7CBCA4
Black with #7CBCA4
Text Example
Text Example
White with #7CBCA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBCA4; }
p { color: rgb(124,188,164); }
H1.HeaderClassName
{
color: #7CBCA4;
}
.AnyTagClassName
{
color: #7CBCA4;
}
</style>
background-color css
<style>
a { background-color: #7CBCA4; }
a { background-color: rgb(124,188,164); }
div.DivClassName
{
background-color: #7CBCA4;
}
.BgClassName
{
background-color: #7CBCA4;
}
</style>
border-color css
<style>
span { border-color: #7CBCA4; }
span { border-color: rgb(124,188,164); }
td.TdClassName
{
border-color: #7CBCA4;
}
.TagClassName
{
border-color: #7CBCA4;
}
</style>