#74BB9C

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

Shades of Acapulco #74BB9C

Tints of Acapulco #74BB9C

Color information

#74BB9C (or 0x74BB9C) is unknown color: approx Acapulco. HEX triplet: 74, BB and 9C. RGB value is (116,187,156). Sum of RGB (Red+Green+Blue) = 116+187+156=459 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.27% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 187 - color contains mainly: green. Hex color #74BB9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BB9C is #8B4463. Grayscale: #A2A2A2. Windows color (decimal): -9127012 or 10271604. OLE color: 10271604.

HSL color Cylindrical-coordinate representation of color #74BB9C: hue angle of 153.8º 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 #74BB9C is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB116187156-
CMYK0.3800.170.27
HSL153.8º34.3%59.41%-
HSV(B)153.8º37.97%73.33%-
XYZ30.9741.6537.86-
YUV162.24124.4895.02-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.27%
GREEN value IS 187 (73.44% from 255) = 40.74%
BLUE value IS 156 (61.33% from 255) = 33.99%
R=25.27%
G=40.74%
B=33.99%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1161871560.3800.170.27153.834.359.41
Hex74BB9C260111B9a223b
Octal16427323446021332324273
Binary111010010111011100111001001100100011101110011010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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