Html Css Color HEX #768DAB Ship Cove

📋 copy color: '#768DAB'

red 118 ◦ green 141 ◦ blue 171

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

Shades of Ship Cove #768DAB

Tints of Ship Cove #768DAB

RGB

 RED value IS 118 (46.48% from 255) = 27.44%

 GREEN value IS 141 (55.47% from 255) = 32.79%

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

R = 27.44%
G = 32.79%
B = 39.77%

CMYK

 C value IS 0.31

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#768DAB (or 0x768DAB) is known color: Ship Cove. HEX triplet: 76, 8D and AB. RGB value is (118,141,171). Sum of RGB (Red+Green+Blue) = 118+141+171=430 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.44% from 430); Green value is 141 (55.47% from 255 or 32.79% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 171 - color contains mainly: blue. Hex color #768DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768DAB is #897254. Grayscale: #898989. Windows color (decimal): -9007701 or 11242870. OLE color: 11242870.

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

Color convert

RGB 118 141 171 -
CMYK 0.31 0.18 0 0.33
HSL 213.96º 0.24% 0.57% -
HSV(B) 213.96º 0.31% 0.67% -
XYZ 24.35 25.84 42.23 -
YUV 137.54 146.88 114.06 -
System Red Green Blue C M Y K H S L
Decimal 118 141 171 0.31 0.18 0 0.33 213.96 0.24 0.57
Hex 76 8D AB 1F 12 0 21 D6 18 39
Octal 166 215 253 37 22 0 41 326 30 71
Binary 1110110 10001101 10101011 11111 10010 0 100001 11010110 11000 111001

Color Harmonies of #768DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768DAB

Black with #768DAB

Text Example


Text Example

White with #768DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,141,171); }

 H1.HeaderClassName
 {
   color: #768DAB;
 }
 .AnyTagClassName
 {
   color: #768DAB;
 }
</style>

background-color css

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

 a { background-color: rgb(118,141,171); }

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

border-color css

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

 span { border-color: rgb(118,141,171); }

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