Html Css Color HEX #72B99C Acapulco

📋 copy color: '#72B99C'

red 114 ◦ green 185 ◦ blue 156

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

Shades of Acapulco #72B99C

Tints of Acapulco #72B99C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.66%

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

R = 25.05%
G = 40.66%
B = 34.29%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#72B99C (or 0x72B99C) is known color: Acapulco. HEX triplet: 72, B9 and 9C. RGB value is (114,185,156). Sum of RGB (Red+Green+Blue) = 114+185+156=455 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.05% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 185 - color contains mainly: green. Hex color #72B99C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B99C is #8D4663. Grayscale: #A0A0A0. Windows color (decimal): -9258596 or 10271090. OLE color: 10271090.

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

Color convert

RGB 114 185 156 -
CMYK 0.38 0 0.16 0.27
HSL 155.49º 0.34% 0.59% -
HSV(B) 155.49º 0.38% 0.73% -
XYZ 30.29 40.68 37.71 -
YUV 160.47 125.48 94.86 -
System Red Green Blue C M Y K H S L
Decimal 114 185 156 0.38 0 0.16 0.27 155.49 0.34 0.59
Hex 72 B9 9C 26 0 10 1B 9B 22 3B
Octal 162 271 234 46 0 20 33 233 42 73
Binary 1110010 10111001 10011100 100110 0 10000 11011 10011011 100010 111011

Color Harmonies of #72B99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B99C

Black with #72B99C

Text Example


Text Example

White with #72B99C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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