Html Css Color HEX #72B192 Acapulco

📋 copy color: '#72B192'

red 114 ◦ green 177 ◦ blue 146

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

Shades of Acapulco #72B192

Tints of Acapulco #72B192

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.5%

 BLUE value IS 146 (57.42% from 255) = 33.41%

R = 26.09%
G = 40.5%
B = 33.41%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#72B192 (or 0x72B192) is known color: Acapulco. HEX triplet: 72, B1 and 92. RGB value is (114,177,146). Sum of RGB (Red+Green+Blue) = 114+177+146=437 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.09% from 437); Green value is 177 (69.53% from 255 or 40.50% from 437); Blue value is 146 (57.42% from 255 or 33.41% from 437); Max value from RGB is 177 - color contains mainly: green. Hex color #72B192 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72B192 is #8D4E6D. Grayscale: #9A9A9A. Windows color (decimal): -9260654 or 9613682. OLE color: 9613682.

HSL color Cylindrical-coordinate representation of color #72B192: hue angle of 150.48º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #72B192 is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 114 177 146 -
CMYK 0.36 0 0.18 0.31
HSL 150.48º 0.29% 0.57% -
HSV(B) 150.48º 0.36% 0.69% -
XYZ 27.85 37.1 32.89 -
YUV 154.63 123.13 99.02 -
System Red Green Blue C M Y K H S L
Decimal 114 177 146 0.36 0 0.18 0.31 150.48 0.29 0.57
Hex 72 B1 92 24 0 12 1F 96 1D 39
Octal 162 261 222 44 0 22 37 226 35 71
Binary 1110010 10110001 10010010 100100 0 10010 11111 10010110 11101 111001

Color Harmonies of #72B192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B192

Black with #72B192

Text Example


Text Example

White with #72B192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,177,146); }

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

background-color css

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

 a { background-color: rgb(114,177,146); }

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

border-color css

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

 span { border-color: rgb(114,177,146); }

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