Html Css Color HEX #73A28C Acapulco

📋 copy color: '#73A28C'

red 115 ◦ green 162 ◦ blue 140

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

Shades of Acapulco #73A28C

Tints of Acapulco #73A28C

RGB

 RED value IS 115 (45.31% from 255) = 27.58%

 GREEN value IS 162 (63.67% from 255) = 38.85%

 BLUE value IS 140 (55.08% from 255) = 33.57%

R = 27.58%
G = 38.85%
B = 33.57%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#73A28C (or 0x73A28C) is known color: Acapulco. HEX triplet: 73, A2 and 8C. RGB value is (115,162,140). Sum of RGB (Red+Green+Blue) = 115+162+140=417 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.58% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 162 - color contains mainly: green. Hex color #73A28C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A28C is #8C5D73. Grayscale: #919191. Windows color (decimal): -9198964 or 9216627. OLE color: 9216627.

HSL color Cylindrical-coordinate representation of color #73A28C: hue angle of 151.91º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #73A28C is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 115 162 140 -
CMYK 0.29 0 0.14 0.36
HSL 151.91º 0.2% 0.54% -
HSV(B) 151.91º 0.29% 0.64% -
XYZ 24.72 31.38 29.56 -
YUV 145.44 124.93 106.29 -
System Red Green Blue C M Y K H S L
Decimal 115 162 140 0.29 0 0.14 0.36 151.91 0.2 0.54
Hex 73 A2 8C 1D 0 E 24 98 14 36
Octal 163 242 214 35 0 16 44 230 24 66
Binary 1110011 10100010 10001100 11101 0 1110 100100 10011000 10100 110110

Color Harmonies of #73A28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A28C

Black with #73A28C

Text Example


Text Example

White with #73A28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73A28C; }

 p { color: rgb(115,162,140); }

 H1.HeaderClassName
 {
   color: #73A28C;
 }
 .AnyTagClassName
 {
   color: #73A28C;
 }
</style>

background-color css

<style>
 a { background-color: #73A28C; }

 a { background-color: rgb(115,162,140); }

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

border-color css

<style>
 span { border-color: #73A28C; }

 span { border-color: rgb(115,162,140); }

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