Html Css Color HEX #73AD8E Acapulco

📋 copy color: '#73AD8E'

red 115 ◦ green 173 ◦ blue 142

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

Shades of Acapulco #73AD8E

Tints of Acapulco #73AD8E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.23%

 BLUE value IS 142 (55.86% from 255) = 33.02%

R = 26.74%
G = 40.23%
B = 33.02%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#73AD8E (or 0x73AD8E) is known color: Acapulco. HEX triplet: 73, AD and 8E. RGB value is (115,173,142). Sum of RGB (Red+Green+Blue) = 115+173+142=430 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.74% from 430); Green value is 173 (67.97% from 255 or 40.23% from 430); Blue value is 142 (55.86% from 255 or 33.02% from 430); Max value from RGB is 173 - color contains mainly: green. Hex color #73AD8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AD8E is #8C5271. Grayscale: #989898. Windows color (decimal): -9196146 or 9350515. OLE color: 9350515.

HSL color Cylindrical-coordinate representation of color #73AD8E: hue angle of 147.93º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #73AD8E is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 115 173 142 -
CMYK 0.34 0 0.18 0.32
HSL 147.93º 0.26% 0.56% -
HSV(B) 147.93º 0.34% 0.68% -
XYZ 26.9 35.48 31.02 -
YUV 152.12 122.28 101.52 -
System Red Green Blue C M Y K H S L
Decimal 115 173 142 0.34 0 0.18 0.32 147.93 0.26 0.56
Hex 73 AD 8E 22 0 12 20 94 1A 38
Octal 163 255 216 42 0 22 40 224 32 70
Binary 1110011 10101101 10001110 100010 0 10010 100000 10010100 11010 111000

Color Harmonies of #73AD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AD8E

Black with #73AD8E

Text Example


Text Example

White with #73AD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,173,142); }

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

background-color css

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

 a { background-color: rgb(115,173,142); }

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

border-color css

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

 span { border-color: rgb(115,173,142); }

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