#738EAB

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

Shades of Bermuda Grey #738EAB

Tints of Bermuda Grey #738EAB

Color information

#738EAB (or 0x738EAB) is unknown color: approx Bermuda Grey. HEX triplet: 73, 8E and AB. RGB value is (115,142,171). Sum of RGB (Red+Green+Blue) = 115+142+171=428 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.87% from 428); Green value is 142 (55.86% from 255 or 33.18% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 171 - color contains mainly: blue. Hex color #738EAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738EAB is #8C7154. Grayscale: #898989. Windows color (decimal): -9204053 or 11243123. OLE color: 11243123.

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

Color convert

RGB115142171-
CMYK0.330.1700.33
HSL211.07º25%56.08%-
HSV(B)211.07º32.75%67.06%-
XYZ24.0925.9342.26-
YUV137.23147.05112.14-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.87%
GREEN value IS 142 (55.86% from 255) = 33.18%
BLUE value IS 171 (67.19% from 255) = 39.95%
R=26.87%
G=33.18%
B=39.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151421710.330.1700.33211.072556.08
Hex738EAB2111021d31938
Octal16321625341210413233170
Binary111001110001110101010111000011000101000011101001111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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