Html Css Color HEX #72A88D Acapulco

📋 copy color: '#72A88D'

red 114 ◦ green 168 ◦ blue 141

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

Shades of Acapulco #72A88D

Tints of Acapulco #72A88D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.33%

R = 26.95%
G = 39.72%
B = 33.33%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.16

 K value IS 0.34

RGB Variations

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

Color information

#72A88D (or 0x72A88D) is known color: Acapulco. HEX triplet: 72, A8 and 8D. RGB value is (114,168,141). Sum of RGB (Red+Green+Blue) = 114+168+141=423 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.95% from 423); Green value is 168 (66.02% from 255 or 39.72% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 168 - color contains mainly: green. Hex color #72A88D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A88D is #8D5772. Grayscale: #949494. Windows color (decimal): -9262963 or 9283698. OLE color: 9283698.

HSL color Cylindrical-coordinate representation of color #72A88D: hue angle of 150º 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 #72A88D is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB 114 168 141 -
CMYK 0.32 0 0.16 0.34
HSL 150º 0.24% 0.55% -
HSV(B) 150º 0.32% 0.66% -
XYZ 25.75 33.51 30.31 -
YUV 148.78 123.61 103.2 -
System Red Green Blue C M Y K H S L
Decimal 114 168 141 0.32 0 0.16 0.34 150 0.24 0.55
Hex 72 A8 8D 20 0 10 22 96 18 37
Octal 162 250 215 40 0 20 42 226 30 67
Binary 1110010 10101000 10001101 100000 0 10000 100010 10010110 11000 110111

Color Harmonies of #72A88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A88D

Black with #72A88D

Text Example


Text Example

White with #72A88D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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