Html Css Color HEX #73A88D Acapulco

📋 copy color: '#73A88D'

red 115 ◦ green 168 ◦ blue 141

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

Shades of Acapulco #73A88D

Tints of Acapulco #73A88D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.62%

 BLUE value IS 141 (55.47% from 255) = 33.25%

R = 27.12%
G = 39.62%
B = 33.25%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.16

 K value IS 0.34

RGB Variations

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

Color information

#73A88D (or 0x73A88D) is known color: Acapulco. HEX triplet: 73, A8 and 8D. RGB value is (115,168,141). Sum of RGB (Red+Green+Blue) = 115+168+141=424 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.12% from 424); Green value is 168 (66.02% from 255 or 39.62% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 168 - color contains mainly: green. Hex color #73A88D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A88D is #8C5772. Grayscale: #959595. Windows color (decimal): -9197427 or 9283699. OLE color: 9283699.

HSL color Cylindrical-coordinate representation of color #73A88D: hue angle of 149.43º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #73A88D is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB 115 168 141 -
CMYK 0.32 0 0.16 0.34
HSL 149.43º 0.23% 0.55% -
HSV(B) 149.43º 0.32% 0.66% -
XYZ 25.88 33.57 30.32 -
YUV 149.08 123.44 103.7 -
System Red Green Blue C M Y K H S L
Decimal 115 168 141 0.32 0 0.16 0.34 149.43 0.23 0.55
Hex 73 A8 8D 20 0 10 22 95 17 37
Octal 163 250 215 40 0 20 42 225 27 67
Binary 1110011 10101000 10001101 100000 0 10000 100010 10010101 10111 110111

Color Harmonies of #73A88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A88D

Black with #73A88D

Text Example


Text Example

White with #73A88D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,168,141); }

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

background-color css

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

 a { background-color: rgb(115,168,141); }

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

border-color css

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

 span { border-color: rgb(115,168,141); }

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