Html Css Color HEX #72A78D Acapulco

📋 copy color: '#72A78D'

red 114 ◦ green 167 ◦ blue 141

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

Shades of Acapulco #72A78D

Tints of Acapulco #72A78D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.57%

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

R = 27.01%
G = 39.57%
B = 33.41%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#72A78D (or 0x72A78D) is known color: Acapulco. HEX triplet: 72, A7 and 8D. RGB value is (114,167,141). Sum of RGB (Red+Green+Blue) = 114+167+141=422 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.01% from 422); Green value is 167 (65.62% from 255 or 39.57% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 167 - color contains mainly: green. Hex color #72A78D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A78D is #8D5872. Grayscale: #949494. Windows color (decimal): -9263219 or 9283442. OLE color: 9283442.

HSL color Cylindrical-coordinate representation of color #72A78D: hue angle of 150.57º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #72A78D is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 114 167 141 -
CMYK 0.32 0 0.16 0.35
HSL 150.57º 0.23% 0.55% -
HSV(B) 150.57º 0.32% 0.65% -
XYZ 25.57 33.14 30.25 -
YUV 148.19 123.94 103.61 -
System Red Green Blue C M Y K H S L
Decimal 114 167 141 0.32 0 0.16 0.35 150.57 0.23 0.55
Hex 72 A7 8D 20 0 10 23 97 17 37
Octal 162 247 215 40 0 20 43 227 27 67
Binary 1110010 10100111 10001101 100000 0 10000 100011 10010111 10111 110111

Color Harmonies of #72A78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A78D

Black with #72A78D

Text Example


Text Example

White with #72A78D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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