Html Css Color HEX #72AB9C Acapulco

📋 copy color: '#72AB9C'

red 114 ◦ green 171 ◦ blue 156

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

Shades of Acapulco #72AB9C

Tints of Acapulco #72AB9C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.78%

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

R = 25.85%
G = 38.78%
B = 35.37%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#72AB9C (or 0x72AB9C) is known color: Acapulco. HEX triplet: 72, AB and 9C. RGB value is (114,171,156). Sum of RGB (Red+Green+Blue) = 114+171+156=441 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.85% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 171 - color contains mainly: green. Hex color #72AB9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AB9C is #8D5463. Grayscale: #989898. Windows color (decimal): -9262180 or 10267506. OLE color: 10267506.

HSL color Cylindrical-coordinate representation of color #72AB9C: hue angle of 164.21º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #72AB9C is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 171 156 -
CMYK 0.33 0 0.09 0.33
HSL 164.21º 0.25% 0.56% -
HSV(B) 164.21º 0.33% 0.67% -
XYZ 27.5 35.1 36.78 -
YUV 152.25 130.12 100.72 -
System Red Green Blue C M Y K H S L
Decimal 114 171 156 0.33 0 0.09 0.33 164.21 0.25 0.56
Hex 72 AB 9C 21 0 9 21 A4 19 38
Octal 162 253 234 41 0 11 41 244 31 70
Binary 1110010 10101011 10011100 100001 0 1001 100001 10100100 11001 111000

Color Harmonies of #72AB9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AB9C

Black with #72AB9C

Text Example


Text Example

White with #72AB9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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