Shades of Ship Cove #718CAC
Tints of Ship Cove #718CAC
RGB
CMYK
RGB Variations
Color information
#718CAC (or 0x718CAC) is known color: Ship Cove. HEX triplet: 71, 8C and AC. RGB value is (113,140,172). Sum of RGB (Red+Green+Blue) = 113+140+172=425 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.59% from 425); Green value is 140 (55.08% from 255 or 32.94% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 172 - color contains mainly: blue. Hex color #718CAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718CAC is #8E7353. Grayscale: #878787. Windows color (decimal): -9335636 or 11308145. OLE color: 11308145.
HSL color Cylindrical-coordinate representation of color #718CAC: hue angle of 212.54º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #718CAC is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 140 | 172 | - |
| CMYK | 0.34 | 0.19 | 0 | 0.33 |
| HSL | 212.54º | 0.26% | 0.56% | - |
| HSV(B) | 212.54º | 0.34% | 0.67% | - |
| XYZ | 23.63 | 25.25 | 42.66 | - |
| YUV | 135.58 | 148.55 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 140 | 172 | 0.34 | 0.19 | 0 | 0.33 | 212.54 | 0.26 | 0.56 |
| Hex | 71 | 8C | AC | 22 | 13 | 0 | 21 | D5 | 1A | 38 |
| Octal | 161 | 214 | 254 | 42 | 23 | 0 | 41 | 325 | 32 | 70 |
| Binary | 1110001 | 10001100 | 10101100 | 100010 | 10011 | 0 | 100001 | 11010101 | 11010 | 111000 |
Color Harmonies of #718CAC
Complementary color
Monochromatic Colors of #718CAC
Black with #718CAC
Text Example
Text Example
White with #718CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718CAC; }
p { color: rgb(113,140,172); }
H1.HeaderClassName
{
color: #718CAC;
}
.AnyTagClassName
{
color: #718CAC;
}
</style>
background-color css
<style>
a { background-color: #718CAC; }
a { background-color: rgb(113,140,172); }
div.DivClassName
{
background-color: #718CAC;
}
.BgClassName
{
background-color: #718CAC;
}
</style>
border-color css
<style>
span { border-color: #718CAC; }
span { border-color: rgb(113,140,172); }
td.TdClassName
{
border-color: #718CAC;
}
.TagClassName
{
border-color: #718CAC;
}
</style>