Html Css Color HEX #72B89B Acapulco

📋 copy color: '#72B89B'

red 114 ◦ green 184 ◦ blue 155

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

Shades of Acapulco #72B89B

Tints of Acapulco #72B89B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.62%

 BLUE value IS 155 (60.94% from 255) = 34.22%

R = 25.17%
G = 40.62%
B = 34.22%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#72B89B (or 0x72B89B) is known color: Acapulco. HEX triplet: 72, B8 and 9B. RGB value is (114,184,155). Sum of RGB (Red+Green+Blue) = 114+184+155=453 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.17% from 453); Green value is 184 (72.27% from 255 or 40.62% from 453); Blue value is 155 (60.94% from 255 or 34.22% from 453); Max value from RGB is 184 - color contains mainly: green. Hex color #72B89B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B89B is #8D4764. Grayscale: #9F9F9F. Windows color (decimal): -9258853 or 10205298. OLE color: 10205298.

HSL color Cylindrical-coordinate representation of color #72B89B: hue angle of 155.14º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #72B89B is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB 114 184 155 -
CMYK 0.38 0 0.16 0.28
HSL 155.14º 0.33% 0.58% -
HSV(B) 155.14º 0.38% 0.72% -
XYZ 30 40.22 37.19 -
YUV 159.76 125.31 95.36 -
System Red Green Blue C M Y K H S L
Decimal 114 184 155 0.38 0 0.16 0.28 155.14 0.33 0.58
Hex 72 B8 9B 26 0 10 1C 9B 21 3A
Octal 162 270 233 46 0 20 34 233 41 72
Binary 1110010 10111000 10011011 100110 0 10000 11100 10011011 100001 111010

Color Harmonies of #72B89B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B89B

Black with #72B89B

Text Example


Text Example

White with #72B89B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,184,155); }

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

background-color css

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

 a { background-color: rgb(114,184,155); }

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

border-color css

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

 span { border-color: rgb(114,184,155); }

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