Html Css Color HEX #72AB8E Acapulco

📋 copy color: '#72AB8E'

red 114 ◦ green 171 ◦ blue 142

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

Shades of Acapulco #72AB8E

Tints of Acapulco #72AB8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.26%

R = 26.7%
G = 40.05%
B = 33.26%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#72AB8E (or 0x72AB8E) is known color: Acapulco. HEX triplet: 72, AB and 8E. RGB value is (114,171,142). Sum of RGB (Red+Green+Blue) = 114+171+142=427 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.70% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 171 - color contains mainly: green. Hex color #72AB8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AB8E is #8D5471. Grayscale: #969696. Windows color (decimal): -9262194 or 9350002. OLE color: 9350002.

HSL color Cylindrical-coordinate representation of color #72AB8E: hue angle of 149.47º 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 #72AB8E is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 171 142 -
CMYK 0.33 0 0.17 0.33
HSL 149.47º 0.25% 0.56% -
HSV(B) 149.47º 0.33% 0.67% -
XYZ 26.38 34.66 30.89 -
YUV 150.65 123.12 101.86 -
System Red Green Blue C M Y K H S L
Decimal 114 171 142 0.33 0 0.17 0.33 149.47 0.25 0.56
Hex 72 AB 8E 21 0 11 21 95 19 38
Octal 162 253 216 41 0 21 41 225 31 70
Binary 1110010 10101011 10001110 100001 0 10001 100001 10010101 11001 111000

Color Harmonies of #72AB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AB8E

Black with #72AB8E

Text Example


Text Example

White with #72AB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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