Html Css Color HEX #818EAB Ship Cove

📋 copy color: '#818EAB'

red 129 ◦ green 142 ◦ blue 171

#818EAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ship Cove #818EAB

Tints of Ship Cove #818EAB

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 value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#818EAB (or 0x818EAB) is known color: 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

RGB 129 142 171 -
CMYK 0.25 0.17 0 0.33
HSL 221.43º 0.2% 0.59% -
HSV(B) 221.43º 0.25% 0.67% -
XYZ 26.08 26.95 42.36 -
YUV 141.42 144.69 119.14 -
System Red Green Blue C M Y K H S L
Decimal 129 142 171 0.25 0.17 0 0.33 221.43 0.2 0.59
Hex 81 8E AB 19 11 0 21 DD 14 3B
Octal 201 216 253 31 21 0 41 335 24 73
Binary 10000001 10001110 10101011 11001 10001 0 100001 11011101 10100 111011

Color Harmonies of #818EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818EAB

Black with #818EAB

Text Example


Text Example

White with #818EAB

Text Example


Text Example

HTML Codes & Css Web 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>