Html Css Color HEX #72AD90 Acapulco

📋 copy color: '#72AD90'

red 114 ◦ green 173 ◦ blue 144

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

Shades of Acapulco #72AD90

Tints of Acapulco #72AD90

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.14%

 BLUE value IS 144 (56.64% from 255) = 33.41%

R = 26.45%
G = 40.14%
B = 33.41%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#72AD90 (or 0x72AD90) is known color: Acapulco. HEX triplet: 72, AD and 90. RGB value is (114,173,144). Sum of RGB (Red+Green+Blue) = 114+173+144=431 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.45% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 173 - color contains mainly: green. Hex color #72AD90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AD90 is #8D526F. Grayscale: #989898. Windows color (decimal): -9261680 or 9481586. OLE color: 9481586.

HSL color Cylindrical-coordinate representation of color #72AD90: hue angle of 150.51º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #72AD90 is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 114 173 144 -
CMYK 0.34 0 0.17 0.32
HSL 150.51º 0.26% 0.56% -
HSV(B) 150.51º 0.34% 0.68% -
XYZ 26.92 35.48 31.81 -
YUV 152.05 123.45 100.86 -
System Red Green Blue C M Y K H S L
Decimal 114 173 144 0.34 0 0.17 0.32 150.51 0.26 0.56
Hex 72 AD 90 22 0 11 20 97 1A 38
Octal 162 255 220 42 0 21 40 227 32 70
Binary 1110010 10101101 10010000 100010 0 10001 100000 10010111 11010 111000

Color Harmonies of #72AD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AD90

Black with #72AD90

Text Example


Text Example

White with #72AD90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,173,144); }

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

background-color css

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

 a { background-color: rgb(114,173,144); }

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

border-color css

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

 span { border-color: rgb(114,173,144); }

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