Html Css Color HEX #798EAB Ship Cove

📋 copy color: '#798EAB'

red 121 ◦ green 142 ◦ blue 171

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

Shades of Ship Cove #798EAB

Tints of Ship Cove #798EAB

RGB

 RED value IS 121 (47.66% from 255) = 27.88%

 GREEN value IS 142 (55.86% from 255) = 32.72%

 BLUE value IS 171 (67.19% from 255) = 39.4%

R = 27.88%
G = 32.72%
B = 39.4%

CMYK

 C value IS 0.29

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#798EAB (or 0x798EAB) is known color: Ship Cove. HEX triplet: 79, 8E and AB. RGB value is (121,142,171). Sum of RGB (Red+Green+Blue) = 121+142+171=434 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.88% from 434); Green value is 142 (55.86% from 255 or 32.72% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 171 - color contains mainly: blue. Hex color #798EAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798EAB is #867154. Grayscale: #8A8A8A. Windows color (decimal): -8810837 or 11243129. OLE color: 11243129.

HSL color Cylindrical-coordinate representation of color #798EAB: hue angle of 214.8º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #798EAB is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 142 171 -
CMYK 0.29 0.17 0 0.33
HSL 214.8º 0.23% 0.57% -
HSV(B) 214.8º 0.29% 0.67% -
XYZ 24.91 26.35 42.3 -
YUV 139.03 146.04 115.14 -
System Red Green Blue C M Y K H S L
Decimal 121 142 171 0.29 0.17 0 0.33 214.8 0.23 0.57
Hex 79 8E AB 1D 11 0 21 D7 17 39
Octal 171 216 253 35 21 0 41 327 27 71
Binary 1111001 10001110 10101011 11101 10001 0 100001 11010111 10111 111001

Color Harmonies of #798EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798EAB

Black with #798EAB

Text Example


Text Example

White with #798EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #798EAB;
 }
 .AnyTagClassName
 {
   color: #798EAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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