#718CAB

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

Shades of Ship Cove #718CAB

Tints of Ship Cove #718CAB

Color information

#718CAB (or 0x718CAB) is unknown color: approx Ship Cove. HEX triplet: 71, 8C and AB. RGB value is (113,140,171). Sum of RGB (Red+Green+Blue) = 113+140+171=424 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.65% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 171 - color contains mainly: blue. Hex color #718CAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718CAB is #8E7354. Grayscale: #878787. Windows color (decimal): -9335637 or 11242609. OLE color: 11242609.

HSL color Cylindrical-coordinate representation of color #718CAB: hue angle of 212.07º 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 #718CAB is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB113140171-
CMYK0.340.1800.33
HSL212.07º25.66%55.69%-
HSV(B)212.07º33.92%67.06%-
XYZ23.5425.2142.15-
YUV135.46148.05111.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.65%
GREEN value IS 140 (55.08% from 255) = 33.02%
BLUE value IS 171 (67.19% from 255) = 40.33%
R=26.65%
G=33.02%
B=40.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1131401710.340.1800.33212.0725.6655.69
Hex718CAB2212021d41a38
Octal16121425342220413243270
Binary111000110001100101010111000101001001000011101010011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718CAB; }

 p { color: rgb(113,140,171); }

 H1.HeaderClassName
 {
   color: #718CAB;
 }
 .AnyTagClassName
 {
   color: #718CAB;
 }
</style>
background-color css

<style>
 a { background-color: #718CAB; }

 a { background-color: rgb(113,140,171); }

 div.DivClassName
 {
   background-color: #718CAB;
 }
 .BgClassName
 {
   background-color: #718CAB;
 }
</style>
border-color css

<style>
 span { border-color: #718CAB; }

 span { border-color: rgb(113,140,171); }

 td.TdClassName
 {
   border-color: #718CAB;
 }
 .TagClassName
 {
   border-color: #718CAB;
 }
</style>