Html Css Color HEX #72B495 Acapulco

📋 copy color: '#72B495'

red 114 ◦ green 180 ◦ blue 149

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

Shades of Acapulco #72B495

Tints of Acapulco #72B495

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.63%

 BLUE value IS 149 (58.59% from 255) = 33.63%

R = 25.73%
G = 40.63%
B = 33.63%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#72B495 (or 0x72B495) is known color: Acapulco. HEX triplet: 72, B4 and 95. RGB value is (114,180,149). Sum of RGB (Red+Green+Blue) = 114+180+149=443 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.73% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 149 (58.59% from 255 or 33.63% from 443); Max value from RGB is 180 - color contains mainly: green. Hex color #72B495 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B495 is #8D4B6A. Grayscale: #9C9C9C. Windows color (decimal): -9259883 or 9811058. OLE color: 9811058.

HSL color Cylindrical-coordinate representation of color #72B495: hue angle of 151.82º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #72B495 is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB 114 180 149 -
CMYK 0.37 0 0.17 0.29
HSL 151.82º 0.31% 0.58% -
HSV(B) 151.82º 0.37% 0.71% -
XYZ 28.69 38.39 34.33 -
YUV 156.73 123.63 97.52 -
System Red Green Blue C M Y K H S L
Decimal 114 180 149 0.37 0 0.17 0.29 151.82 0.31 0.58
Hex 72 B4 95 25 0 11 1D 98 1F 3A
Octal 162 264 225 45 0 21 35 230 37 72
Binary 1110010 10110100 10010101 100101 0 10001 11101 10011000 11111 111010

Color Harmonies of #72B495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B495

Black with #72B495

Text Example


Text Example

White with #72B495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,180,149); }

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

background-color css

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

 a { background-color: rgb(114,180,149); }

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

border-color css

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

 span { border-color: rgb(114,180,149); }

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