Html Css Color HEX #72BA9D Acapulco

📋 copy color: '#72BA9D'

red 114 ◦ green 186 ◦ blue 157

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

Shades of Acapulco #72BA9D

Tints of Acapulco #72BA9D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.7%

 BLUE value IS 157 (61.72% from 255) = 34.35%

R = 24.95%
G = 40.7%
B = 34.35%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#72BA9D (or 0x72BA9D) is known color: Acapulco. HEX triplet: 72, BA and 9D. RGB value is (114,186,157). Sum of RGB (Red+Green+Blue) = 114+186+157=457 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.95% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 157 (61.72% from 255 or 34.35% from 457); Max value from RGB is 186 - color contains mainly: green. Hex color #72BA9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BA9D is #8D4562. Grayscale: #A1A1A1. Windows color (decimal): -9258339 or 10336882. OLE color: 10336882.

HSL color Cylindrical-coordinate representation of color #72BA9D: hue angle of 155.83º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72BA9D is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 186 157 -
CMYK 0.39 0 0.16 0.27
HSL 155.83º 0.34% 0.59% -
HSV(B) 155.83º 0.39% 0.73% -
XYZ 30.58 41.13 38.23 -
YUV 161.17 125.65 94.36 -
System Red Green Blue C M Y K H S L
Decimal 114 186 157 0.39 0 0.16 0.27 155.83 0.34 0.59
Hex 72 BA 9D 27 0 10 1B 9C 22 3B
Octal 162 272 235 47 0 20 33 234 42 73
Binary 1110010 10111010 10011101 100111 0 10000 11011 10011100 100010 111011

Color Harmonies of #72BA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BA9D

Black with #72BA9D

Text Example


Text Example

White with #72BA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,186,157); }

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

background-color css

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

 a { background-color: rgb(114,186,157); }

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

border-color css

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

 span { border-color: rgb(114,186,157); }

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