Html Css Color HEX #72B598 Acapulco

📋 copy color: '#72B598'

red 114 ◦ green 181 ◦ blue 152

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

Shades of Acapulco #72B598

Tints of Acapulco #72B598

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.49%

 BLUE value IS 152 (59.77% from 255) = 34%

R = 25.5%
G = 40.49%
B = 34%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#72B598 (or 0x72B598) is known color: Acapulco. HEX triplet: 72, B5 and 98. RGB value is (114,181,152). Sum of RGB (Red+Green+Blue) = 114+181+152=447 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.50% from 447); Green value is 181 (71.09% from 255 or 40.49% from 447); Blue value is 152 (59.77% from 255 or 34.00% from 447); Max value from RGB is 181 - color contains mainly: green. Hex color #72B598 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B598 is #8D4A67. Grayscale: #9D9D9D. Windows color (decimal): -9259624 or 10007922. OLE color: 10007922.

HSL color Cylindrical-coordinate representation of color #72B598: hue angle of 154.03º 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 #72B598 is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 114 181 152 -
CMYK 0.37 0 0.16 0.29
HSL 154.03º 0.31% 0.58% -
HSV(B) 154.03º 0.37% 0.71% -
XYZ 29.13 38.89 35.68 -
YUV 157.66 124.8 96.86 -
System Red Green Blue C M Y K H S L
Decimal 114 181 152 0.37 0 0.16 0.29 154.03 0.31 0.58
Hex 72 B5 98 25 0 10 1D 9A 1F 3A
Octal 162 265 230 45 0 20 35 232 37 72
Binary 1110010 10110101 10011000 100101 0 10000 11101 10011010 11111 111010

Color Harmonies of #72B598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B598

Black with #72B598

Text Example


Text Example

White with #72B598

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,181,152); }

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

background-color css

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

 a { background-color: rgb(114,181,152); }

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

border-color css

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

 span { border-color: rgb(114,181,152); }

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