#718EAB

Color #718EAB Bermuda Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda Grey #718EAB

Tints of Bermuda Grey #718EAB

Color information

#718EAB (or 0x718EAB) is unknown color: approx Bermuda Grey. HEX triplet: 71, 8E and AB. RGB value is (113,142,171). Sum of RGB (Red+Green+Blue) = 113+142+171=426 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.53% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 171 - color contains mainly: blue. Hex color #718EAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718EAB is #8E7154. Grayscale: #888888. Windows color (decimal): -9335125 or 11243121. OLE color: 11243121.

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

Color convert

RGB113142171-
CMYK0.340.1700.33
HSL210º25.66%55.69%-
HSV(B)210º33.92%67.06%-
XYZ23.8325.842.25-
YUV136.64147.39111.14-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.53%
GREEN value IS 142 (55.86% from 255) = 33.33%
BLUE value IS 171 (67.19% from 255) = 40.14%
R=26.53%
G=33.33%
B=40.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1131421710.340.1700.3321025.6655.69
Hex718EAB2211021d21a38
Octal16121625342210413223270
Binary111000110001110101010111000101000101000011101001011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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