#768EAA

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

Shades of Ship Cove #768EAA

Tints of Ship Cove #768EAA

Color information

#768EAA (or 0x768EAA) is unknown color: approx Ship Cove. HEX triplet: 76, 8E and AA. RGB value is (118,142,170). Sum of RGB (Red+Green+Blue) = 118+142+170=430 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.44% from 430); Green value is 142 (55.86% from 255 or 33.02% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 170 - color contains mainly: blue. Hex color #768EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768EAA is #897155. Grayscale: #898989. Windows color (decimal): -9007446 or 11177590. OLE color: 11177590.

HSL color Cylindrical-coordinate representation of color #768EAA: hue angle of 212.31º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #768EAA is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB118142170-
CMYK0.310.1600.33
HSL212.31º23.42%56.47%-
HSV(B)212.31º30.59%66.67%-
XYZ24.426.141.78-
YUV138.02146.05113.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.44%
GREEN value IS 142 (55.86% from 255) = 33.02%
BLUE value IS 170 (66.80% from 255) = 39.53%
R=27.44%
G=33.02%
B=39.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181421700.310.1600.33212.3123.4256.47
Hex768EAA1F10021d41738
Octal16621625237200413242770
Binary11101101000111010101010111111000001000011101010010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768EAA; }

 p { color: rgb(118,142,170); }

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

<style>
 a { background-color: #768EAA; }

 a { background-color: rgb(118,142,170); }

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

<style>
 span { border-color: #768EAA; }

 span { border-color: rgb(118,142,170); }

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