#76BEA1

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

Shades of Acapulco #76BEA1

Tints of Acapulco #76BEA1

Color information

#76BEA1 (or 0x76BEA1) is unknown color: approx Acapulco. HEX triplet: 76, BE and A1. RGB value is (118,190,161). Sum of RGB (Red+Green+Blue) = 118+190+161=469 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.16% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 161 (63.28% from 255 or 34.33% from 469); Max value from RGB is 190 - color contains mainly: green. Hex color #76BEA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BEA1 is #89415E. Grayscale: #A5A5A5. Windows color (decimal): -8995167 or 10600054. OLE color: 10600054.

HSL color Cylindrical-coordinate representation of color #76BEA1: hue angle of 155.83º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76BEA1 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB118190161-
CMYK0.3800.150.25
HSL155.83º35.64%60.39%-
HSV(B)155.83º37.89%74.51%-
XYZ32.3243.2540.36-
YUV165.17125.6594.36-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.16%
GREEN value IS 190 (74.61% from 255) = 40.51%
BLUE value IS 161 (63.28% from 255) = 34.33%
R=25.16%
G=40.51%
B=34.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181901610.3800.150.25155.8335.6460.39
Hex76BEA1260F199c243c
Octal16627624146017312344474
Binary11101101011111010100001100110011111100110011100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76BEA1; }

 p { color: rgb(118,190,161); }

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

<style>
 a { background-color: #76BEA1; }

 a { background-color: rgb(118,190,161); }

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

<style>
 span { border-color: #76BEA1; }

 span { border-color: rgb(118,190,161); }

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