Html Css Color HEX #72AD8D Acapulco

📋 copy color: '#72AD8D'

red 114 ◦ green 173 ◦ blue 141

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

Shades of Acapulco #72AD8D

Tints of Acapulco #72AD8D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.42%

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

R = 26.64%
G = 40.42%
B = 32.94%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#72AD8D (or 0x72AD8D) is known color: Acapulco. HEX triplet: 72, AD and 8D. RGB value is (114,173,141). Sum of RGB (Red+Green+Blue) = 114+173+141=428 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.64% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 173 - color contains mainly: green. Hex color #72AD8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AD8D is #8D5272. Grayscale: #979797. Windows color (decimal): -9261683 or 9284978. OLE color: 9284978.

HSL color Cylindrical-coordinate representation of color #72AD8D: hue angle of 147.46º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #72AD8D is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 114 173 141 -
CMYK 0.34 0 0.18 0.32
HSL 147.46º 0.26% 0.56% -
HSV(B) 147.46º 0.34% 0.68% -
XYZ 26.69 35.39 30.62 -
YUV 151.71 121.95 101.1 -
System Red Green Blue C M Y K H S L
Decimal 114 173 141 0.34 0 0.18 0.32 147.46 0.26 0.56
Hex 72 AD 8D 22 0 12 20 93 1A 38
Octal 162 255 215 42 0 22 40 223 32 70
Binary 1110010 10101101 10001101 100010 0 10010 100000 10010011 11010 111000

Color Harmonies of #72AD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AD8D

Black with #72AD8D

Text Example


Text Example

White with #72AD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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