Html Css Color HEX #72B89E Acapulco

📋 copy color: '#72B89E'

red 114 ◦ green 184 ◦ blue 158

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

Shades of Acapulco #72B89E

Tints of Acapulco #72B89E

RGB

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

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

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

R = 25%
G = 40.35%
B = 34.65%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.14

 K value IS 0.28

RGB Variations

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

Color information

#72B89E (or 0x72B89E) is known color: Acapulco. HEX triplet: 72, B8 and 9E. RGB value is (114,184,158). Sum of RGB (Red+Green+Blue) = 114+184+158=456 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25% from 456); Green value is 184 (72.27% from 255 or 40.35% from 456); Blue value is 158 (62.11% from 255 or 34.65% from 456); Max value from RGB is 184 - color contains mainly: green. Hex color #72B89E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B89E is #8D4761. Grayscale: #A0A0A0. Windows color (decimal): -9258850 or 10401906. OLE color: 10401906.

HSL color Cylindrical-coordinate representation of color #72B89E: hue angle of 157.71º 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 #72B89E is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB 114 184 158 -
CMYK 0.38 0 0.14 0.28
HSL 157.71º 0.33% 0.58% -
HSV(B) 157.71º 0.38% 0.72% -
XYZ 30.25 40.33 38.54 -
YUV 160.11 126.81 95.11 -
System Red Green Blue C M Y K H S L
Decimal 114 184 158 0.38 0 0.14 0.28 157.71 0.33 0.58
Hex 72 B8 9E 26 0 E 1C 9E 21 3A
Octal 162 270 236 46 0 16 34 236 41 72
Binary 1110010 10111000 10011110 100110 0 1110 11100 10011110 100001 111010

Color Harmonies of #72B89E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B89E

Black with #72B89E

Text Example


Text Example

White with #72B89E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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