Html Css Color HEX #7BAA96 Acapulco

📋 copy color: '#7BAA96'

red 123 ◦ green 170 ◦ blue 150

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

Shades of Acapulco #7BAA96

Tints of Acapulco #7BAA96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 33.86%

R = 27.77%
G = 38.37%
B = 33.86%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#7BAA96 (or 0x7BAA96) is known color: Acapulco. HEX triplet: 7B, AA and 96. RGB value is (123,170,150). Sum of RGB (Red+Green+Blue) = 123+170+150=443 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.77% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 170 - color contains mainly: green. Hex color #7BAA96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAA96 is #845569. Grayscale: #999999. Windows color (decimal): -8672618 or 9874043. OLE color: 9874043.

HSL color Cylindrical-coordinate representation of color #7BAA96: hue angle of 154.47º 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 #7BAA96 is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 123 170 150 -
CMYK 0.28 0 0.12 0.33
HSL 154.47º 0.22% 0.57% -
HSV(B) 154.47º 0.28% 0.67% -
XYZ 28.05 35.16 34.16 -
YUV 153.67 125.93 106.13 -
System Red Green Blue C M Y K H S L
Decimal 123 170 150 0.28 0 0.12 0.33 154.47 0.22 0.57
Hex 7B AA 96 1C 0 C 21 9A 16 39
Octal 173 252 226 34 0 14 41 232 26 71
Binary 1111011 10101010 10010110 11100 0 1100 100001 10011010 10110 111001

Color Harmonies of #7BAA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAA96

Black with #7BAA96

Text Example


Text Example

White with #7BAA96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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