Html Css Color HEX #72A899 Acapulco

📋 copy color: '#72A899'

red 114 ◦ green 168 ◦ blue 153

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

Shades of Acapulco #72A899

Tints of Acapulco #72A899

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.62%

 BLUE value IS 153 (60.16% from 255) = 35.17%

R = 26.21%
G = 38.62%
B = 35.17%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.09

 K value IS 0.34

RGB Variations

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

Color information

#72A899 (or 0x72A899) is known color: Acapulco. HEX triplet: 72, A8 and 99. RGB value is (114,168,153). Sum of RGB (Red+Green+Blue) = 114+168+153=435 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.21% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 153 (60.16% from 255 or 35.17% from 435); Max value from RGB is 168 - color contains mainly: green. Hex color #72A899 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A899 is #8D5766. Grayscale: #969696. Windows color (decimal): -9262951 or 10070130. OLE color: 10070130.

HSL color Cylindrical-coordinate representation of color #72A899: hue angle of 163.33º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #72A899 is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB 114 168 153 -
CMYK 0.32 0 0.09 0.34
HSL 163.33º 0.24% 0.55% -
HSV(B) 163.33º 0.32% 0.66% -
XYZ 26.69 33.88 35.27 -
YUV 150.14 129.61 102.22 -
System Red Green Blue C M Y K H S L
Decimal 114 168 153 0.32 0 0.09 0.34 163.33 0.24 0.55
Hex 72 A8 99 20 0 9 22 A3 18 37
Octal 162 250 231 40 0 11 42 243 30 67
Binary 1110010 10101000 10011001 100000 0 1001 100010 10100011 11000 110111

Color Harmonies of #72A899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A899

Black with #72A899

Text Example


Text Example

White with #72A899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,168,153); }

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

background-color css

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

 a { background-color: rgb(114,168,153); }

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

border-color css

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

 span { border-color: rgb(114,168,153); }

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