Html Css Color HEX #72AA8D Acapulco

📋 copy color: '#72AA8D'

red 114 ◦ green 170 ◦ blue 141

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

Shades of Acapulco #72AA8D

Tints of Acapulco #72AA8D

RGB

 RED value IS 114 (44.92% from 255) = 26.82%

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

 BLUE value IS 141 (55.47% from 255) = 33.18%

R = 26.82%
G = 40%
B = 33.18%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#72AA8D (or 0x72AA8D) is known color: Acapulco. HEX triplet: 72, AA and 8D. RGB value is (114,170,141). Sum of RGB (Red+Green+Blue) = 114+170+141=425 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.82% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 170 - color contains mainly: green. Hex color #72AA8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AA8D is #8D5572. Grayscale: #969696. Windows color (decimal): -9262451 or 9284210. OLE color: 9284210.

HSL color Cylindrical-coordinate representation of color #72AA8D: hue angle of 148.93º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #72AA8D is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 170 141 -
CMYK 0.33 0 0.17 0.33
HSL 148.93º 0.25% 0.56% -
HSV(B) 148.93º 0.33% 0.67% -
XYZ 26.12 34.25 30.43 -
YUV 149.95 122.95 102.36 -
System Red Green Blue C M Y K H S L
Decimal 114 170 141 0.33 0 0.17 0.33 148.93 0.25 0.56
Hex 72 AA 8D 21 0 11 21 95 19 38
Octal 162 252 215 41 0 21 41 225 31 70
Binary 1110010 10101010 10001101 100001 0 10001 100001 10010101 11001 111000

Color Harmonies of #72AA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AA8D

Black with #72AA8D

Text Example


Text Example

White with #72AA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72AA8D; }

 p { color: rgb(114,170,141); }

 H1.HeaderClassName
 {
   color: #72AA8D;
 }
 .AnyTagClassName
 {
   color: #72AA8D;
 }
</style>

background-color css

<style>
 a { background-color: #72AA8D; }

 a { background-color: rgb(114,170,141); }

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

border-color css

<style>
 span { border-color: #72AA8D; }

 span { border-color: rgb(114,170,141); }

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