#74B69F

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

Shades of Acapulco #74B69F

Tints of Acapulco #74B69F

Color information

#74B69F (or 0x74B69F) is unknown color: approx Acapulco. HEX triplet: 74, B6 and 9F. RGB value is (116,182,159). Sum of RGB (Red+Green+Blue) = 116+182+159=457 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.38% from 457); Green value is 182 (71.48% from 255 or 39.82% from 457); Blue value is 159 (62.5% from 255 or 34.79% from 457); Max value from RGB is 182 - color contains mainly: green. Hex color #74B69F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B69F is #8B4960. Grayscale: #9F9F9F. Windows color (decimal): -9128289 or 10466932. OLE color: 10466932.

HSL color Cylindrical-coordinate representation of color #74B69F: hue angle of 159.09º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #74B69F is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB116182159-
CMYK0.3600.130.29
HSL159.09º31.13%58.43%-
HSV(B)159.09º36.26%71.37%-
XYZ30.1939.6738.87-
YUV159.64127.6396.87-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.38%
GREEN value IS 182 (71.48% from 255) = 39.82%
BLUE value IS 159 (62.5% from 255) = 34.79%
R=25.38%
G=39.82%
B=34.79%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1161821590.3600.130.29159.0931.1358.43
Hex74B69F240D1D9f1f3a
Octal16426623744015352373772
Binary1110100101101101001111110010001101111011001111111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,182,159); }

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

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

 a { background-color: rgb(116,182,159); }

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

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

 span { border-color: rgb(116,182,159); }

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