Html Css Color HEX #76BDA0 Acapulco

📋 copy color: '#76BDA0'

red 118 ◦ green 189 ◦ blue 160

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

Shades of Acapulco #76BDA0

Tints of Acapulco #76BDA0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.47%

 BLUE value IS 160 (62.89% from 255) = 34.26%

R = 25.27%
G = 40.47%
B = 34.26%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#76BDA0 (or 0x76BDA0) is known color: Acapulco. HEX triplet: 76, BD and A0. RGB value is (118,189,160). Sum of RGB (Red+Green+Blue) = 118+189+160=467 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.27% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 160 (62.89% from 255 or 34.26% from 467); Max value from RGB is 189 - color contains mainly: green. Hex color #76BDA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BDA0 is #89425F. Grayscale: #A4A4A4. Windows color (decimal): -8995424 or 10534262. OLE color: 10534262.

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

Color convert

RGB 118 189 160 -
CMYK 0.38 0 0.15 0.26
HSL 155.49º 0.35% 0.6% -
HSV(B) 155.49º 0.38% 0.74% -
XYZ 32.01 42.78 39.83 -
YUV 164.47 125.48 94.86 -
System Red Green Blue C M Y K H S L
Decimal 118 189 160 0.38 0 0.15 0.26 155.49 0.35 0.6
Hex 76 BD A0 26 0 F 1A 9B 23 3C
Octal 166 275 240 46 0 17 32 233 43 74
Binary 1110110 10111101 10100000 100110 0 1111 11010 10011011 100011 111100

Color Harmonies of #76BDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BDA0

Black with #76BDA0

Text Example


Text Example

White with #76BDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,189,160); }

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

background-color css

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

 a { background-color: rgb(118,189,160); }

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

border-color css

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

 span { border-color: rgb(118,189,160); }

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