Html Css Color HEX #76BCA1 Acapulco

📋 copy color: '#76BCA1'

red 118 ◦ green 188 ◦ blue 161

#76BCA1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Acapulco #76BCA1

Tints of Acapulco #76BCA1

RGB

 RED value IS 118 (46.48% from 255) = 25.27%

 GREEN value IS 188 (73.83% from 255) = 40.26%

 BLUE value IS 161 (63.28% from 255) = 34.48%

R = 25.27%
G = 40.26%
B = 34.48%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#76BCA1 (or 0x76BCA1) is known color: Acapulco. HEX triplet: 76, BC and A1. RGB value is (118,188,161). Sum of RGB (Red+Green+Blue) = 118+188+161=467 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.27% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 161 (63.28% from 255 or 34.48% from 467); Max value from RGB is 188 - color contains mainly: green. Hex color #76BCA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BCA1 is #89435E. Grayscale: #A4A4A4. Windows color (decimal): -8995679 or 10599542. OLE color: 10599542.

HSL color Cylindrical-coordinate representation of color #76BCA1: hue angle of 156.86º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76BCA1 is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 188 161 -
CMYK 0.37 0 0.14 0.26
HSL 156.86º 0.34% 0.6% -
HSV(B) 156.86º 0.37% 0.74% -
XYZ 31.89 42.39 40.22 -
YUV 163.99 126.31 95.2 -
System Red Green Blue C M Y K H S L
Decimal 118 188 161 0.37 0 0.14 0.26 156.86 0.34 0.6
Hex 76 BC A1 25 0 E 1A 9D 22 3C
Octal 166 274 241 45 0 16 32 235 42 74
Binary 1110110 10111100 10100001 100101 0 1110 11010 10011101 100010 111100

Color Harmonies of #76BCA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BCA1

Black with #76BCA1

Text Example


Text Example

White with #76BCA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #76BCA1;
 }
 .AnyTagClassName
 {
   color: #76BCA1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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