#728EAE

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

Shades of Ship Cove #728EAE

Tints of Ship Cove #728EAE

Color information

#728EAE (or 0x728EAE) is unknown color: approx Ship Cove. HEX triplet: 72, 8E and AE. RGB value is (114,142,174). Sum of RGB (Red+Green+Blue) = 114+142+174=430 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.51% from 430); Green value is 142 (55.86% from 255 or 33.02% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 174 - color contains mainly: blue. Hex color #728EAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728EAE is #8D7151. Grayscale: #898989. Windows color (decimal): -9269586 or 11439730. OLE color: 11439730.

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

Color convert

RGB114142174-
CMYK0.340.1800.32
HSL212º27.03%56.47%-
HSV(B)212º34.48%68.24%-
XYZ24.2525.9843.78-
YUV137.28148.72111.4-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.51%
GREEN value IS 142 (55.86% from 255) = 33.02%
BLUE value IS 174 (68.36% from 255) = 40.47%
R=26.51%
G=33.02%
B=40.47%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1141421740.340.1800.3221227.0356.47
Hex728EAE2212020d41b38
Octal16221625642220403243370
Binary111001010001110101011101000101001001000001101010011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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