Shades of Ship Cove #768EAB
Tints of Ship Cove #768EAB
RGB
CMYK
RGB Variations
Color information
#768EAB (or 0x768EAB) is known color: Ship Cove. HEX triplet: 76, 8E and AB. RGB value is (118,142,171). Sum of RGB (Red+Green+Blue) = 118+142+171=431 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.38% from 431); Green value is 142 (55.86% from 255 or 32.95% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 171 - color contains mainly: blue. Hex color #768EAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768EAB is #897154. Grayscale: #898989. Windows color (decimal): -9007445 or 11243126. OLE color: 11243126.
HSL color Cylindrical-coordinate representation of color #768EAB: hue angle of 212.83º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #768EAB is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 142 | 171 | - |
| CMYK | 0.31 | 0.17 | 0 | 0.33 |
| HSL | 212.83º | 0.24% | 0.57% | - |
| HSV(B) | 212.83º | 0.31% | 0.67% | - |
| XYZ | 24.49 | 26.14 | 42.28 | - |
| YUV | 138.13 | 146.55 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 142 | 171 | 0.31 | 0.17 | 0 | 0.33 | 212.83 | 0.24 | 0.57 |
| Hex | 76 | 8E | AB | 1F | 11 | 0 | 21 | D5 | 18 | 39 |
| Octal | 166 | 216 | 253 | 37 | 21 | 0 | 41 | 325 | 30 | 71 |
| Binary | 1110110 | 10001110 | 10101011 | 11111 | 10001 | 0 | 100001 | 11010101 | 11000 | 111001 |
Color Harmonies of #768EAB
Complementary color
Monochromatic Colors of #768EAB
Black with #768EAB
Text Example
Text Example
White with #768EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768EAB; }
p { color: rgb(118,142,171); }
H1.HeaderClassName
{
color: #768EAB;
}
.AnyTagClassName
{
color: #768EAB;
}
</style>
background-color css
<style>
a { background-color: #768EAB; }
a { background-color: rgb(118,142,171); }
div.DivClassName
{
background-color: #768EAB;
}
.BgClassName
{
background-color: #768EAB;
}
</style>
border-color css
<style>
span { border-color: #768EAB; }
span { border-color: rgb(118,142,171); }
td.TdClassName
{
border-color: #768EAB;
}
.TagClassName
{
border-color: #768EAB;
}
</style>