Html Css Color HEX #7FAB9A Acapulco

📋 copy color: '#7FAB9A'

red 127 ◦ green 171 ◦ blue 154

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

Shades of Acapulco #7FAB9A

Tints of Acapulco #7FAB9A

RGB

 RED value IS 127 (50% from 255) = 28.1%

 GREEN value IS 171 (67.19% from 255) = 37.83%

 BLUE value IS 154 (60.55% from 255) = 34.07%

R = 28.1%
G = 37.83%
B = 34.07%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#7FAB9A (or 0x7FAB9A) is known color: Acapulco. HEX triplet: 7F, AB and 9A. RGB value is (127,171,154). Sum of RGB (Red+Green+Blue) = 127+171+154=452 (59% of max value = 765). Red value is 127 (50% from 255 or 28.10% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 154 (60.55% from 255 or 34.07% from 452); Max value from RGB is 171 - color contains mainly: green. Hex color #7FAB9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAB9A is #805465. Grayscale: #9B9B9B. Windows color (decimal): -8410214 or 10136447. OLE color: 10136447.

HSL color Cylindrical-coordinate representation of color #7FAB9A: hue angle of 156.82º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7FAB9A is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 171 154 -
CMYK 0.26 0 0.10 0.33
HSL 156.82º 0.21% 0.58% -
HSV(B) 156.82º 0.26% 0.67% -
XYZ 29.15 35.97 35.98 -
YUV 155.91 126.92 107.38 -
System Red Green Blue C M Y K H S L
Decimal 127 171 154 0.26 0 0.10 0.33 156.82 0.21 0.58
Hex 7F AB 9A 1A 0 A 21 9D 15 3A
Octal 177 253 232 32 0 12 41 235 25 72
Binary 1111111 10101011 10011010 11010 0 1010 100001 10011101 10101 111010

Color Harmonies of #7FAB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAB9A

Black with #7FAB9A

Text Example


Text Example

White with #7FAB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,171,154); }

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

background-color css

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

 a { background-color: rgb(127,171,154); }

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

border-color css

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

 span { border-color: rgb(127,171,154); }

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