Html Css Color HEX #72B79E Acapulco

📋 copy color: '#72B79E'

red 114 ◦ green 183 ◦ blue 158

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

Shades of Acapulco #72B79E

Tints of Acapulco #72B79E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.22%

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

R = 25.05%
G = 40.22%
B = 34.73%

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

#72B79E (or 0x72B79E) is known color: Acapulco. HEX triplet: 72, B7 and 9E. RGB value is (114,183,158). Sum of RGB (Red+Green+Blue) = 114+183+158=455 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.05% from 455); Green value is 183 (71.88% from 255 or 40.22% from 455); Blue value is 158 (62.11% from 255 or 34.73% from 455); Max value from RGB is 183 - color contains mainly: green. Hex color #72B79E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B79E is #8D4861. Grayscale: #9F9F9F. Windows color (decimal): -9259106 or 10401650. OLE color: 10401650.

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

Color convert

RGB 114 183 158 -
CMYK 0.38 0 0.14 0.28
HSL 158.26º 0.32% 0.58% -
HSV(B) 158.26º 0.38% 0.72% -
XYZ 30.04 39.91 38.47 -
YUV 159.52 127.14 95.53 -
System Red Green Blue C M Y K H S L
Decimal 114 183 158 0.38 0 0.14 0.28 158.26 0.32 0.58
Hex 72 B7 9E 26 0 E 1C 9E 20 3A
Octal 162 267 236 46 0 16 34 236 40 72
Binary 1110010 10110111 10011110 100110 0 1110 11100 10011110 100000 111010

Color Harmonies of #72B79E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B79E

Black with #72B79E

Text Example


Text Example

White with #72B79E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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