Html Css Color HEX #72B395 Acapulco

📋 copy color: '#72B395'

red 114 ◦ green 179 ◦ blue 149

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

Shades of Acapulco #72B395

Tints of Acapulco #72B395

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.5%

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

R = 25.79%
G = 40.5%
B = 33.71%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#72B395 (or 0x72B395) is known color: Acapulco. HEX triplet: 72, B3 and 95. RGB value is (114,179,149). Sum of RGB (Red+Green+Blue) = 114+179+149=442 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.79% from 442); Green value is 179 (70.31% from 255 or 40.50% from 442); Blue value is 149 (58.59% from 255 or 33.71% from 442); Max value from RGB is 179 - color contains mainly: green. Hex color #72B395 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B395 is #8D4C6A. Grayscale: #9C9C9C. Windows color (decimal): -9260139 or 9810802. OLE color: 9810802.

HSL color Cylindrical-coordinate representation of color #72B395: hue angle of 152.31º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #72B395 is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB 114 179 149 -
CMYK 0.36 0 0.17 0.30
HSL 152.31º 0.3% 0.57% -
HSV(B) 152.31º 0.36% 0.7% -
XYZ 28.48 37.99 34.26 -
YUV 156.15 123.97 97.94 -
System Red Green Blue C M Y K H S L
Decimal 114 179 149 0.36 0 0.17 0.30 152.31 0.3 0.57
Hex 72 B3 95 24 0 11 1E 98 1E 39
Octal 162 263 225 44 0 21 36 230 36 71
Binary 1110010 10110011 10010101 100100 0 10001 11110 10011000 11110 111001

Color Harmonies of #72B395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B395

Black with #72B395

Text Example


Text Example

White with #72B395

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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