Html Css Color HEX #72A08D Acapulco

📋 copy color: '#72A08D'

red 114 ◦ green 160 ◦ blue 141

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

Shades of Acapulco #72A08D

Tints of Acapulco #72A08D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.55%

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

R = 27.47%
G = 38.55%
B = 33.98%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#72A08D (or 0x72A08D) is known color: Acapulco. HEX triplet: 72, A0 and 8D. RGB value is (114,160,141). Sum of RGB (Red+Green+Blue) = 114+160+141=415 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.47% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 160 - color contains mainly: green. Hex color #72A08D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A08D is #8D5F72. Grayscale: #909090. Windows color (decimal): -9265011 or 9281650. OLE color: 9281650.

HSL color Cylindrical-coordinate representation of color #72A08D: hue angle of 155.22º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #72A08D is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB 114 160 141 -
CMYK 0.29 0 0.12 0.37
HSL 155.22º 0.19% 0.54% -
HSV(B) 155.22º 0.29% 0.63% -
XYZ 24.32 30.64 29.83 -
YUV 144.08 126.26 106.54 -
System Red Green Blue C M Y K H S L
Decimal 114 160 141 0.29 0 0.12 0.37 155.22 0.19 0.54
Hex 72 A0 8D 1D 0 C 25 9B 13 36
Octal 162 240 215 35 0 14 45 233 23 66
Binary 1110010 10100000 10001101 11101 0 1100 100101 10011011 10011 110110

Color Harmonies of #72A08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A08D

Black with #72A08D

Text Example


Text Example

White with #72A08D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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