Html Css Color HEX #72B99E Acapulco

📋 copy color: '#72B99E'

red 114 ◦ green 185 ◦ blue 158

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

Shades of Acapulco #72B99E

Tints of Acapulco #72B99E

RGB

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

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

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

R = 24.95%
G = 40.48%
B = 34.57%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#72B99E (or 0x72B99E) is known color: Acapulco. HEX triplet: 72, B9 and 9E. RGB value is (114,185,158). Sum of RGB (Red+Green+Blue) = 114+185+158=457 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.95% from 457); Green value is 185 (72.66% from 255 or 40.48% from 457); Blue value is 158 (62.11% from 255 or 34.57% from 457); Max value from RGB is 185 - color contains mainly: green. Hex color #72B99E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B99E is #8D4661. Grayscale: #A0A0A0. Windows color (decimal): -9258594 or 10402162. OLE color: 10402162.

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

Color convert

RGB 114 185 158 -
CMYK 0.38 0 0.15 0.27
HSL 157.18º 0.34% 0.59% -
HSV(B) 157.18º 0.38% 0.73% -
XYZ 30.46 40.74 38.61 -
YUV 160.69 126.48 94.7 -
System Red Green Blue C M Y K H S L
Decimal 114 185 158 0.38 0 0.15 0.27 157.18 0.34 0.59
Hex 72 B9 9E 26 0 F 1B 9D 22 3B
Octal 162 271 236 46 0 17 33 235 42 73
Binary 1110010 10111001 10011110 100110 0 1111 11011 10011101 100010 111011

Color Harmonies of #72B99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B99E

Black with #72B99E

Text Example


Text Example

White with #72B99E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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