Html Css Color HEX #7BAA95 Acapulco

📋 copy color: '#7BAA95'

red 123 ◦ green 170 ◦ blue 149

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

Shades of Acapulco #7BAA95

Tints of Acapulco #7BAA95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 33.71%

R = 27.83%
G = 38.46%
B = 33.71%

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

#7BAA95 (or 0x7BAA95) is known color: Acapulco. HEX triplet: 7B, AA and 95. RGB value is (123,170,149). Sum of RGB (Red+Green+Blue) = 123+170+149=442 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.83% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 149 (58.59% from 255 or 33.71% from 442); Max value from RGB is 170 - color contains mainly: green. Hex color #7BAA95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAA95 is #84556A. Grayscale: #999999. Windows color (decimal): -8672619 or 9808507. OLE color: 9808507.

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

Color convert

RGB 123 170 149 -
CMYK 0.28 0 0.12 0.33
HSL 153.19º 0.22% 0.57% -
HSV(B) 153.19º 0.28% 0.67% -
XYZ 27.97 35.13 33.74 -
YUV 153.55 125.43 106.21 -
System Red Green Blue C M Y K H S L
Decimal 123 170 149 0.28 0 0.12 0.33 153.19 0.22 0.57
Hex 7B AA 95 1C 0 C 21 99 16 39
Octal 173 252 225 34 0 14 41 231 26 71
Binary 1111011 10101010 10010101 11100 0 1100 100001 10011001 10110 111001

Color Harmonies of #7BAA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAA95

Black with #7BAA95

Text Example


Text Example

White with #7BAA95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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