Html Css Color HEX #72A78A Acapulco

📋 copy color: '#72A78A'

red 114 ◦ green 167 ◦ blue 138

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

Shades of Acapulco #72A78A

Tints of Acapulco #72A78A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.94%

R = 27.21%
G = 39.86%
B = 32.94%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#72A78A (or 0x72A78A) is known color: Acapulco. HEX triplet: 72, A7 and 8A. RGB value is (114,167,138). Sum of RGB (Red+Green+Blue) = 114+167+138=419 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.21% from 419); Green value is 167 (65.62% from 255 or 39.86% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 167 - color contains mainly: green. Hex color #72A78A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A78A is #8D5875. Grayscale: #939393. Windows color (decimal): -9263222 or 9086834. OLE color: 9086834.

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

Color convert

RGB 114 167 138 -
CMYK 0.32 0 0.17 0.35
HSL 147.17º 0.23% 0.55% -
HSV(B) 147.17º 0.32% 0.65% -
XYZ 25.35 33.05 29.09 -
YUV 147.85 122.44 103.86 -
System Red Green Blue C M Y K H S L
Decimal 114 167 138 0.32 0 0.17 0.35 147.17 0.23 0.55
Hex 72 A7 8A 20 0 11 23 93 17 37
Octal 162 247 212 40 0 21 43 223 27 67
Binary 1110010 10100111 10001010 100000 0 10001 100011 10010011 10111 110111

Color Harmonies of #72A78A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A78A

Black with #72A78A

Text Example


Text Example

White with #72A78A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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