#74BBA0

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

Shades of Acapulco #74BBA0

Tints of Acapulco #74BBA0

Color information

#74BBA0 (or 0x74BBA0) is unknown color: approx Acapulco. HEX triplet: 74, BB and A0. RGB value is (116,187,160). Sum of RGB (Red+Green+Blue) = 116+187+160=463 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.05% from 463); Green value is 187 (73.44% from 255 or 40.39% from 463); Blue value is 160 (62.89% from 255 or 34.56% from 463); Max value from RGB is 187 - color contains mainly: green. Hex color #74BBA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BBA0 is #8B445F. Grayscale: #A2A2A2. Windows color (decimal): -9127008 or 10533748. OLE color: 10533748.

HSL color Cylindrical-coordinate representation of color #74BBA0: hue angle of 157.18º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74BBA0 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB116187160-
CMYK0.3800.140.27
HSL157.18º34.3%59.41%-
HSV(B)157.18º37.97%73.33%-
XYZ31.3241.7939.67-
YUV162.69126.4894.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.05%
GREEN value IS 187 (73.44% from 255) = 40.39%
BLUE value IS 160 (62.89% from 255) = 34.56%
R=25.05%
G=40.39%
B=34.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1161871600.3800.140.27157.1834.359.41
Hex74BBA0260E1B9d223b
Octal16427324046016332354273
Binary11101001011101110100000100110011101101110011101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,187,160); }

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

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

 a { background-color: rgb(116,187,160); }

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

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

 span { border-color: rgb(116,187,160); }

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