#74A990

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

Shades of Acapulco #74A990

Tints of Acapulco #74A990

Color information

#74A990 (or 0x74A990) is unknown color: approx Acapulco. HEX triplet: 74, A9 and 90. RGB value is (116,169,144). Sum of RGB (Red+Green+Blue) = 116+169+144=429 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.04% from 429); Green value is 169 (66.41% from 255 or 39.39% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 169 - color contains mainly: green. Hex color #74A990 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74A990 is #8B566F. Grayscale: #969696. Windows color (decimal): -9131632 or 9480564. OLE color: 9480564.

HSL color Cylindrical-coordinate representation of color #74A990: hue angle of 151.7º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #74A990 is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB116169144-
CMYK0.3100.150.34
HSL151.7º23.56%55.88%-
HSV(B)151.7º31.36%66.27%-
XYZ26.4234.131.58-
YUV150.3124.44103.53-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.04%
GREEN value IS 169 (66.41% from 255) = 39.39%
BLUE value IS 144 (56.64% from 255) = 33.57%
R=27.04%
G=39.39%
B=33.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1161691440.3100.150.34151.723.5655.88
Hex74A9901F0F22981838
Octal16425122037017422303070
Binary1110100101010011001000011111011111000101001100011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,169,144); }

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

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

 a { background-color: rgb(116,169,144); }

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

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

 span { border-color: rgb(116,169,144); }

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