#83AC9A

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

Shades of Acapulco #83AC9A

Tints of Acapulco #83AC9A

Color information

#83AC9A (or 0x83AC9A) is unknown color: approx Acapulco. HEX triplet: 83, AC and 9A. RGB value is (131,172,154). Sum of RGB (Red+Green+Blue) = 131+172+154=457 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.67% from 457); Green value is 172 (67.58% from 255 or 37.64% from 457); Blue value is 154 (60.55% from 255 or 33.70% from 457); Max value from RGB is 172 - color contains mainly: green. Hex color #83AC9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83AC9A is #7C5365. Grayscale: #9D9D9D. Windows color (decimal): -8147814 or 10136707. OLE color: 10136707.

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

Color convert

RGB131172154-
CMYK0.2400.100.33
HSL153.66º19.81%59.41%-
HSV(B)153.66º23.84%67.45%-
XYZ29.9536.6636.07-
YUV157.69125.92108.96-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.67%
GREEN value IS 172 (67.58% from 255) = 37.64%
BLUE value IS 154 (60.55% from 255) = 33.70%
R=28.67%
G=37.64%
B=33.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311721540.2400.100.33153.6619.8159.41
Hex83AC9A180A219a143b
Octal20325423230012412322473
Binary10000011101011001001101011000010101000011001101010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,172,154); }

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

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

 a { background-color: rgb(131,172,154); }

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

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

 span { border-color: rgb(131,172,154); }

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