Html Css Color HEX #708CAC Ship Cove

📋 copy color: '#708CAC'

red 112 ◦ green 140 ◦ blue 172

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

Shades of Ship Cove #708CAC

Tints of Ship Cove #708CAC

RGB

 RED value IS 112 (44.14% from 255) = 26.42%

 GREEN value IS 140 (55.08% from 255) = 33.02%

 BLUE value IS 172 (67.58% from 255) = 40.57%

R = 26.42%
G = 33.02%
B = 40.57%

CMYK

 C value IS 0.35

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#708CAC (or 0x708CAC) is known color: Ship Cove. HEX triplet: 70, 8C and AC. RGB value is (112,140,172). Sum of RGB (Red+Green+Blue) = 112+140+172=424 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.42% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 172 - color contains mainly: blue. Hex color #708CAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708CAC is #8F7353. Grayscale: #878787. Windows color (decimal): -9401172 or 11308144. OLE color: 11308144.

HSL color Cylindrical-coordinate representation of color #708CAC: hue angle of 212º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #708CAC is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 140 172 -
CMYK 0.35 0.19 0 0.33
HSL 212º 0.27% 0.56% -
HSV(B) 212º 0.35% 0.67% -
XYZ 23.51 25.18 42.65 -
YUV 135.28 148.72 111.4 -
System Red Green Blue C M Y K H S L
Decimal 112 140 172 0.35 0.19 0 0.33 212 0.27 0.56
Hex 70 8C AC 23 13 0 21 D4 1B 38
Octal 160 214 254 43 23 0 41 324 33 70
Binary 1110000 10001100 10101100 100011 10011 0 100001 11010100 11011 111000

Color Harmonies of #708CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708CAC

Black with #708CAC

Text Example


Text Example

White with #708CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708CAC; }

 p { color: rgb(112,140,172); }

 H1.HeaderClassName
 {
   color: #708CAC;
 }
 .AnyTagClassName
 {
   color: #708CAC;
 }
</style>

background-color css

<style>
 a { background-color: #708CAC; }

 a { background-color: rgb(112,140,172); }

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

border-color css

<style>
 span { border-color: #708CAC; }

 span { border-color: rgb(112,140,172); }

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