#83AD9B

Color #83AD9B Acapulco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Acapulco #83AD9B

Tints of Acapulco #83AD9B

Color information

#83AD9B (or 0x83AD9B) is unknown color: approx Acapulco. HEX triplet: 83, AD and 9B. RGB value is (131,173,155). Sum of RGB (Red+Green+Blue) = 131+173+155=459 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.54% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 173 - color contains mainly: green. Hex color #83AD9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83AD9B is #7C5264. Grayscale: #9E9E9E. Windows color (decimal): -8147557 or 10202499. OLE color: 10202499.

HSL color Cylindrical-coordinate representation of color #83AD9B: hue angle of 154.29º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #83AD9B is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB131173155-
CMYK0.2400.100.32
HSL154.29º20.39%59.61%-
HSV(B)154.29º24.28%67.84%-
XYZ30.2237.0836.57-
YUV158.39126.09108.46-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.54%
GREEN value IS 173 (67.97% from 255) = 37.69%
BLUE value IS 155 (60.94% from 255) = 33.77%
R=28.54%
G=37.69%
B=33.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1311731550.2400.100.32154.2920.3959.61
Hex83AD9B180A209a143c
Octal20325523330012402322474
Binary10000011101011011001101111000010101000001001101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83AD9B; }

 p { color: rgb(131,173,155); }

 H1.HeaderClassName
 {
   color: #83AD9B;
 }
 .AnyTagClassName
 {
   color: #83AD9B;
 }
</style>
background-color css

<style>
 a { background-color: #83AD9B; }

 a { background-color: rgb(131,173,155); }

 div.DivClassName
 {
   background-color: #83AD9B;
 }
 .BgClassName
 {
   background-color: #83AD9B;
 }
</style>
border-color css

<style>
 span { border-color: #83AD9B; }

 span { border-color: rgb(131,173,155); }

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