Html Css Color HEX #72A189 Acapulco

📋 copy color: '#72A189'

red 114 ◦ green 161 ◦ blue 137

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

Shades of Acapulco #72A189

Tints of Acapulco #72A189

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.08%

 BLUE value IS 137 (53.91% from 255) = 33.25%

R = 27.67%
G = 39.08%
B = 33.25%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.15

 K value IS 0.37

RGB Variations

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

Color information

#72A189 (or 0x72A189) is known color: Acapulco. HEX triplet: 72, A1 and 89. RGB value is (114,161,137). Sum of RGB (Red+Green+Blue) = 114+161+137=412 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.67% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 137 (53.91% from 255 or 33.25% from 412); Max value from RGB is 161 - color contains mainly: green. Hex color #72A189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A189 is #8D5E76. Grayscale: #909090. Windows color (decimal): -9264759 or 9019762. OLE color: 9019762.

HSL color Cylindrical-coordinate representation of color #72A189: hue angle of 149.36º degrees, saturation: 0.2, 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 #72A189 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB 114 161 137 -
CMYK 0.29 0 0.15 0.37
HSL 149.36º 0.2% 0.54% -
HSV(B) 149.36º 0.29% 0.63% -
XYZ 24.2 30.87 28.35 -
YUV 144.21 123.93 106.45 -
System Red Green Blue C M Y K H S L
Decimal 114 161 137 0.29 0 0.15 0.37 149.36 0.2 0.54
Hex 72 A1 89 1D 0 F 25 95 14 36
Octal 162 241 211 35 0 17 45 225 24 66
Binary 1110010 10100001 10001001 11101 0 1111 100101 10010101 10100 110110

Color Harmonies of #72A189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A189

Black with #72A189

Text Example


Text Example

White with #72A189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,161,137); }

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

background-color css

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

 a { background-color: rgb(114,161,137); }

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

border-color css

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

 span { border-color: rgb(114,161,137); }

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