Html Css Color HEX #72B49E Acapulco

📋 copy color: '#72B49E'

red 114 ◦ green 180 ◦ blue 158

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

Shades of Acapulco #72B49E

Tints of Acapulco #72B49E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.82%

 BLUE value IS 158 (62.11% from 255) = 34.96%

R = 25.22%
G = 39.82%
B = 34.96%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#72B49E (or 0x72B49E) is known color: Acapulco. HEX triplet: 72, B4 and 9E. RGB value is (114,180,158). Sum of RGB (Red+Green+Blue) = 114+180+158=452 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.22% from 452); Green value is 180 (70.70% from 255 or 39.82% from 452); Blue value is 158 (62.11% from 255 or 34.96% from 452); Max value from RGB is 180 - color contains mainly: green. Hex color #72B49E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B49E is #8D4B61. Grayscale: #9D9D9D. Windows color (decimal): -9259874 or 10400882. OLE color: 10400882.

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

Color convert

RGB 114 180 158 -
CMYK 0.37 0 0.12 0.29
HSL 160º 0.31% 0.58% -
HSV(B) 160º 0.37% 0.71% -
XYZ 29.43 38.69 38.26 -
YUV 157.76 128.13 96.79 -
System Red Green Blue C M Y K H S L
Decimal 114 180 158 0.37 0 0.12 0.29 160 0.31 0.58
Hex 72 B4 9E 25 0 C 1D A0 1F 3A
Octal 162 264 236 45 0 14 35 240 37 72
Binary 1110010 10110100 10011110 100101 0 1100 11101 10100000 11111 111010

Color Harmonies of #72B49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B49E

Black with #72B49E

Text Example


Text Example

White with #72B49E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,180,158); }

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

background-color css

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

 a { background-color: rgb(114,180,158); }

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

border-color css

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

 span { border-color: rgb(114,180,158); }

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