Html Css Color HEX #71AD9A Acapulco

📋 copy color: '#71AD9A'

red 113 ◦ green 173 ◦ blue 154

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

Shades of Acapulco #71AD9A

Tints of Acapulco #71AD9A

RGB

 RED value IS 113 (44.53% from 255) = 25.68%

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

 BLUE value IS 154 (60.55% from 255) = 35%

R = 25.68%
G = 39.32%
B = 35%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#71AD9A (or 0x71AD9A) is known color: Acapulco. HEX triplet: 71, AD and 9A. RGB value is (113,173,154). Sum of RGB (Red+Green+Blue) = 113+173+154=440 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.68% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 154 (60.55% from 255 or 35% from 440); Max value from RGB is 173 - color contains mainly: green. Hex color #71AD9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71AD9A is #8E5265. Grayscale: #989898. Windows color (decimal): -9327206 or 10136945. OLE color: 10136945.

HSL color Cylindrical-coordinate representation of color #71AD9A: hue angle of 161º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #71AD9A is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB 113 173 154 -
CMYK 0.35 0 0.11 0.32
HSL 161º 0.27% 0.56% -
HSV(B) 161º 0.35% 0.68% -
XYZ 27.59 35.73 36.01 -
YUV 152.89 128.62 99.54 -
System Red Green Blue C M Y K H S L
Decimal 113 173 154 0.35 0 0.11 0.32 161 0.27 0.56
Hex 71 AD 9A 23 0 B 20 A1 1B 38
Octal 161 255 232 43 0 13 40 241 33 70
Binary 1110001 10101101 10011010 100011 0 1011 100000 10100001 11011 111000

Color Harmonies of #71AD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AD9A

Black with #71AD9A

Text Example


Text Example

White with #71AD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71AD9A; }

 p { color: rgb(113,173,154); }

 H1.HeaderClassName
 {
   color: #71AD9A;
 }
 .AnyTagClassName
 {
   color: #71AD9A;
 }
</style>

background-color css

<style>
 a { background-color: #71AD9A; }

 a { background-color: rgb(113,173,154); }

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

border-color css

<style>
 span { border-color: #71AD9A; }

 span { border-color: rgb(113,173,154); }

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