Html Css Color HEX #72AE90 Acapulco

📋 copy color: '#72AE90'

red 114 ◦ green 174 ◦ blue 144

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

Shades of Acapulco #72AE90

Tints of Acapulco #72AE90

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.28%

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

R = 26.39%
G = 40.28%
B = 33.33%

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

#72AE90 (or 0x72AE90) is known color: Acapulco. HEX triplet: 72, AE and 90. RGB value is (114,174,144). Sum of RGB (Red+Green+Blue) = 114+174+144=432 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.39% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 144 (56.64% from 255 or 33.33% from 432); Max value from RGB is 174 - color contains mainly: green. Hex color #72AE90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AE90 is #8D516F. Grayscale: #989898. Windows color (decimal): -9261424 or 9481842. OLE color: 9481842.

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

Color convert

RGB 114 174 144 -
CMYK 0.34 0 0.17 0.32
HSL 150º 0.27% 0.56% -
HSV(B) 150º 0.34% 0.68% -
XYZ 27.11 35.86 31.88 -
YUV 152.64 123.12 100.44 -
System Red Green Blue C M Y K H S L
Decimal 114 174 144 0.34 0 0.17 0.32 150 0.27 0.56
Hex 72 AE 90 22 0 11 20 96 1B 38
Octal 162 256 220 42 0 21 40 226 33 70
Binary 1110010 10101110 10010000 100010 0 10001 100000 10010110 11011 111000

Color Harmonies of #72AE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AE90

Black with #72AE90

Text Example


Text Example

White with #72AE90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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