#718CAC

Color #718CAC Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #718CAC

Tints of Ship Cove #718CAC

Color information

#718CAC (or 0x718CAC) is unknown color: approx 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

RGB113140172-
CMYK0.340.1900.33
HSL212.54º26.22%55.88%-
HSV(B)212.54º34.3%67.45%-
XYZ23.6325.2542.66-
YUV135.57148.55111.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 113 (44.53% from 255) = 26.59%
GREEN value IS 140 (55.08% from 255) = 32.94%
BLUE value IS 172 (67.58% from 255) = 40.47%
R=26.59%
G=32.94%
B=40.47%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1131401720.340.1900.33212.5426.2255.88
Hex718CAC2213021d51a38
Octal16121425442230413253270
Binary111000110001100101011001000101001101000011101010111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>