#788EAE

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

Shades of Ship Cove #788EAE

Tints of Ship Cove #788EAE

Color information

#788EAE (or 0x788EAE) is unknown color: approx Ship Cove. HEX triplet: 78, 8E and AE. RGB value is (120,142,174). Sum of RGB (Red+Green+Blue) = 120+142+174=436 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.52% from 436); Green value is 142 (55.86% from 255 or 32.57% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 174 - color contains mainly: blue. Hex color #788EAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788EAE is #877151. Grayscale: #8A8A8A. Windows color (decimal): -8876370 or 11439736. OLE color: 11439736.

HSL color Cylindrical-coordinate representation of color #788EAE: hue angle of 215.56º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #788EAE is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB120142174-
CMYK0.310.1800.32
HSL215.56º25%57.65%-
HSV(B)215.56º31.03%68.24%-
XYZ25.0626.443.82-
YUV139.07147.71114.4-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.52%
GREEN value IS 142 (55.86% from 255) = 32.57%
BLUE value IS 174 (68.36% from 255) = 39.91%
R=27.52%
G=32.57%
B=39.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1201421740.310.1800.32215.562557.65
Hex788EAE1F12020d8193a
Octal17021625637220403303172
Binary11110001000111010101110111111001001000001101100011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788EAE; }

 p { color: rgb(120,142,174); }

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

<style>
 a { background-color: #788EAE; }

 a { background-color: rgb(120,142,174); }

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

<style>
 span { border-color: #788EAE; }

 span { border-color: rgb(120,142,174); }

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