#818EAB

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

Shades of Ship Cove #818EAB

Tints of Ship Cove #818EAB

Color information

#818EAB (or 0x818EAB) is unknown color: approx Ship Cove. HEX triplet: 81, 8E and AB. RGB value is (129,142,171). Sum of RGB (Red+Green+Blue) = 129+142+171=442 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.19% from 442); Green value is 142 (55.86% from 255 or 32.13% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 171 - color contains mainly: blue. Hex color #818EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818EAB is #7E7154. Grayscale: #8D8D8D. Windows color (decimal): -8286549 or 11243137. OLE color: 11243137.

HSL color Cylindrical-coordinate representation of color #818EAB: hue angle of 221.43º degrees, saturation: 0.2, 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 #818EAB is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB129142171-
CMYK0.250.1700.33
HSL221.43º20%58.82%-
HSV(B)221.43º24.56%67.06%-
XYZ26.0826.9542.36-
YUV141.42144.69119.14-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.19%
GREEN value IS 142 (55.86% from 255) = 32.13%
BLUE value IS 171 (67.19% from 255) = 38.69%
R=29.19%
G=32.13%
B=38.69%

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
Decimal1291421710.250.1700.33221.432058.82
Hex818EAB1911021dd143b
Octal20121625331210413352473
Binary100000011000111010101011110011000101000011101110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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