Html Css Color HEX #7BAA97 Acapulco

📋 copy color: '#7BAA97'

red 123 ◦ green 170 ◦ blue 151

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

Shades of Acapulco #7BAA97

Tints of Acapulco #7BAA97

RGB

 RED value IS 123 (48.44% from 255) = 27.7%

 GREEN value IS 170 (66.8% from 255) = 38.29%

 BLUE value IS 151 (59.38% from 255) = 34.01%

R = 27.7%
G = 38.29%
B = 34.01%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#7BAA97 (or 0x7BAA97) is known color: Acapulco. HEX triplet: 7B, AA and 97. RGB value is (123,170,151). Sum of RGB (Red+Green+Blue) = 123+170+151=444 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.70% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 151 (59.38% from 255 or 34.01% from 444); Max value from RGB is 170 - color contains mainly: green. Hex color #7BAA97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAA97 is #845568. Grayscale: #999999. Windows color (decimal): -8672617 or 9939579. OLE color: 9939579.

HSL color Cylindrical-coordinate representation of color #7BAA97: hue angle of 155.74º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7BAA97 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 123 170 151 -
CMYK 0.28 0 0.11 0.33
HSL 155.74º 0.22% 0.57% -
HSV(B) 155.74º 0.28% 0.67% -
XYZ 28.13 35.19 34.59 -
YUV 153.78 126.43 106.04 -
System Red Green Blue C M Y K H S L
Decimal 123 170 151 0.28 0 0.11 0.33 155.74 0.22 0.57
Hex 7B AA 97 1C 0 B 21 9C 16 39
Octal 173 252 227 34 0 13 41 234 26 71
Binary 1111011 10101010 10010111 11100 0 1011 100001 10011100 10110 111001

Color Harmonies of #7BAA97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAA97

Black with #7BAA97

Text Example


Text Example

White with #7BAA97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7BAA97; }

 p { color: rgb(123,170,151); }

 H1.HeaderClassName
 {
   color: #7BAA97;
 }
 .AnyTagClassName
 {
   color: #7BAA97;
 }
</style>

background-color css

<style>
 a { background-color: #7BAA97; }

 a { background-color: rgb(123,170,151); }

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

border-color css

<style>
 span { border-color: #7BAA97; }

 span { border-color: rgb(123,170,151); }

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