#74B094

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

Shades of Acapulco #74B094

Tints of Acapulco #74B094

Color information

#74B094 (or 0x74B094) is unknown color: approx Acapulco. HEX triplet: 74, B0 and 94. RGB value is (116,176,148). Sum of RGB (Red+Green+Blue) = 116+176+148=440 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.36% from 440); Green value is 176 (69.14% from 255 or 40% from 440); Blue value is 148 (58.20% from 255 or 33.64% from 440); Max value from RGB is 176 - color contains mainly: green. Hex color #74B094 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74B094 is #8B4F6B. Grayscale: #9A9A9A. Windows color (decimal): -9129836 or 9744500. OLE color: 9744500.

HSL color Cylindrical-coordinate representation of color #74B094: hue angle of 152º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #74B094 is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB116176148-
CMYK0.3400.160.31
HSL152º27.52%57.25%-
HSV(B)152º34.09%69.02%-
XYZ28.0736.933.66-
YUV154.87124.12100.28-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.36%
GREEN value IS 176 (69.14% from 255) = 40%
BLUE value IS 148 (58.20% from 255) = 33.64%
R=26.36%
G=40%
B=33.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1161761480.3400.160.3115227.5257.25
Hex74B094220101F981c39
Octal16426022442020372303471
Binary11101001011000010010100100010010000111111001100011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74B094; }

 p { color: rgb(116,176,148); }

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

<style>
 a { background-color: #74B094; }

 a { background-color: rgb(116,176,148); }

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

<style>
 span { border-color: #74B094; }

 span { border-color: rgb(116,176,148); }

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