Html Css Color HEX #7BAA9C Acapulco

📋 copy color: '#7BAA9C'

red 123 ◦ green 170 ◦ blue 156

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

Shades of Acapulco #7BAA9C

Tints of Acapulco #7BAA9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.74%

R = 27.39%
G = 37.86%
B = 34.74%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#7BAA9C (or 0x7BAA9C) is known color: Acapulco. HEX triplet: 7B, AA and 9C. RGB value is (123,170,156). Sum of RGB (Red+Green+Blue) = 123+170+156=449 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.39% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 156 (61.33% from 255 or 34.74% from 449); Max value from RGB is 170 - color contains mainly: green. Hex color #7BAA9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAA9C is #845563. Grayscale: #9A9A9A. Windows color (decimal): -8672612 or 10267259. OLE color: 10267259.

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

Color convert

RGB 123 170 156 -
CMYK 0.28 0 0.08 0.33
HSL 162.13º 0.22% 0.57% -
HSV(B) 162.13º 0.28% 0.67% -
XYZ 28.54 35.36 36.77 -
YUV 154.35 128.93 105.64 -
System Red Green Blue C M Y K H S L
Decimal 123 170 156 0.28 0 0.08 0.33 162.13 0.22 0.57
Hex 7B AA 9C 1C 0 8 21 A2 16 39
Octal 173 252 234 34 0 10 41 242 26 71
Binary 1111011 10101010 10011100 11100 0 1000 100001 10100010 10110 111001

Color Harmonies of #7BAA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAA9C

Black with #7BAA9C

Text Example


Text Example

White with #7BAA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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