Html Css Color HEX #72A288 Acapulco

📋 copy color: '#72A288'

red 114 ◦ green 162 ◦ blue 136

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

Shades of Acapulco #72A288

Tints of Acapulco #72A288

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.32%

 BLUE value IS 136 (53.52% from 255) = 33.01%

R = 27.67%
G = 39.32%
B = 33.01%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#72A288 (or 0x72A288) is known color: Acapulco. HEX triplet: 72, A2 and 88. RGB value is (114,162,136). Sum of RGB (Red+Green+Blue) = 114+162+136=412 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.67% from 412); Green value is 162 (63.67% from 255 or 39.32% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 162 - color contains mainly: green. Hex color #72A288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A288 is #8D5D77. Grayscale: #909090. Windows color (decimal): -9264504 or 8954482. OLE color: 8954482.

HSL color Cylindrical-coordinate representation of color #72A288: hue angle of 147.5º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #72A288 is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 114 162 136 -
CMYK 0.30 0 0.16 0.36
HSL 147.5º 0.21% 0.54% -
HSV(B) 147.5º 0.3% 0.64% -
XYZ 24.3 31.2 28.03 -
YUV 144.68 123.1 106.11 -
System Red Green Blue C M Y K H S L
Decimal 114 162 136 0.30 0 0.16 0.36 147.5 0.21 0.54
Hex 72 A2 88 1E 0 10 24 94 15 36
Octal 162 242 210 36 0 20 44 224 25 66
Binary 1110010 10100010 10001000 11110 0 10000 100100 10010100 10101 110110

Color Harmonies of #72A288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A288

Black with #72A288

Text Example


Text Example

White with #72A288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,162,136); }

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

background-color css

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

 a { background-color: rgb(114,162,136); }

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

border-color css

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

 span { border-color: rgb(114,162,136); }

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