#749E8B

Color #749E8B Acapulco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Acapulco #749E8B

Tints of Acapulco #749E8B

Color information

#749E8B (or 0x749E8B) is unknown color: approx Acapulco. HEX triplet: 74, 9E and 8B. RGB value is (116,158,139). Sum of RGB (Red+Green+Blue) = 116+158+139=413 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.09% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 158 - color contains mainly: green. Hex color #749E8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749E8B is #8B6174. Grayscale: #8F8F8F. Windows color (decimal): -9134453 or 9150068. OLE color: 9150068.

HSL color Cylindrical-coordinate representation of color #749E8B: hue angle of 152.86º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #749E8B is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB116158139-
CMYK0.2700.120.38
HSL152.86º17.8%53.73%-
HSV(B)152.86º26.58%61.96%-
XYZ24.0930.0328.95-
YUV143.28125.59108.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.09%
GREEN value IS 158 (62.11% from 255) = 38.26%
BLUE value IS 139 (54.69% from 255) = 33.66%
R=28.09%
G=38.26%
B=33.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1161581390.2700.120.38152.8617.853.73
Hex749E8B1B0C26991236
Octal16423621333014462312266
Binary1110100100111101000101111011011001001101001100110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749E8B; }

 p { color: rgb(116,158,139); }

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

<style>
 a { background-color: #749E8B; }

 a { background-color: rgb(116,158,139); }

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

<style>
 span { border-color: #749E8B; }

 span { border-color: rgb(116,158,139); }

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