#818EAC

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

Shades of Ship Cove #818EAC

Tints of Ship Cove #818EAC

Color information

#818EAC (or 0x818EAC) is unknown color: approx Ship Cove. HEX triplet: 81, 8E and AC. RGB value is (129,142,172). Sum of RGB (Red+Green+Blue) = 129+142+172=443 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.12% from 443); Green value is 142 (55.86% from 255 or 32.05% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 172 - color contains mainly: blue. Hex color #818EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818EAC is #7E7153. Grayscale: #8D8D8D. Windows color (decimal): -8286548 or 11308673. OLE color: 11308673.

HSL color Cylindrical-coordinate representation of color #818EAC: hue angle of 221.86º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #818EAC is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB129142172-
CMYK0.250.1700.33
HSL221.86º20.57%59.02%-
HSV(B)221.86º25%67.45%-
XYZ26.1726.9942.86-
YUV141.53145.19119.06-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.12%
GREEN value IS 142 (55.86% from 255) = 32.05%
BLUE value IS 172 (67.58% from 255) = 38.83%
R=29.12%
G=32.05%
B=38.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1291421720.250.1700.33221.8620.5759.02
Hex818EAC1911021de153b
Octal20121625431210413362573
Binary100000011000111010101100110011000101000011101111010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818EAC; }

 p { color: rgb(129,142,172); }

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

<style>
 a { background-color: #818EAC; }

 a { background-color: rgb(129,142,172); }

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

<style>
 span { border-color: #818EAC; }

 span { border-color: rgb(129,142,172); }

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