Html Css Color HEX #72BA9C Acapulco

📋 copy color: '#72BA9C'

red 114 ◦ green 186 ◦ blue 156

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

Shades of Acapulco #72BA9C

Tints of Acapulco #72BA9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.21%

R = 25%
G = 40.79%
B = 34.21%

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

#72BA9C (or 0x72BA9C) is known color: Acapulco. HEX triplet: 72, BA and 9C. RGB value is (114,186,156). Sum of RGB (Red+Green+Blue) = 114+186+156=456 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 186 - color contains mainly: green. Hex color #72BA9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BA9C is #8D4563. Grayscale: #A1A1A1. Windows color (decimal): -9258340 or 10271346. OLE color: 10271346.

HSL color Cylindrical-coordinate representation of color #72BA9C: hue angle of 155º 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 #72BA9C is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 186 156 -
CMYK 0.39 0 0.16 0.27
HSL 155º 0.34% 0.59% -
HSV(B) 155º 0.39% 0.73% -
XYZ 30.5 41.1 37.78 -
YUV 161.05 125.15 94.44 -
System Red Green Blue C M Y K H S L
Decimal 114 186 156 0.39 0 0.16 0.27 155 0.34 0.59
Hex 72 BA 9C 27 0 10 1B 9B 22 3B
Octal 162 272 234 47 0 20 33 233 42 73
Binary 1110010 10111010 10011100 100111 0 10000 11011 10011011 100010 111011

Color Harmonies of #72BA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BA9C

Black with #72BA9C

Text Example


Text Example

White with #72BA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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