Html Css Color HEX #83AB9A Acapulco

📋 copy color: '#83AB9A'

red 131 ◦ green 171 ◦ blue 154

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

Shades of Acapulco #83AB9A

Tints of Acapulco #83AB9A

RGB

 RED value IS 131 (51.56% from 255) = 28.73%

 GREEN value IS 171 (67.19% from 255) = 37.5%

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

R = 28.73%
G = 37.5%
B = 33.77%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#83AB9A (or 0x83AB9A) is known color: Acapulco. HEX triplet: 83, AB and 9A. RGB value is (131,171,154). Sum of RGB (Red+Green+Blue) = 131+171+154=456 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.73% from 456); Green value is 171 (67.19% from 255 or 37.5% from 456); Blue value is 154 (60.55% from 255 or 33.77% from 456); Max value from RGB is 171 - color contains mainly: green. Hex color #83AB9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83AB9A is #7C5465. Grayscale: #9D9D9D. Windows color (decimal): -8148070 or 10136451. OLE color: 10136451.

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

Color convert

RGB 131 171 154 -
CMYK 0.23 0 0.10 0.33
HSL 154.5º 0.19% 0.59% -
HSV(B) 154.5º 0.23% 0.67% -
XYZ 29.76 36.28 36.01 -
YUV 157.1 126.25 109.38 -
System Red Green Blue C M Y K H S L
Decimal 131 171 154 0.23 0 0.10 0.33 154.5 0.19 0.59
Hex 83 AB 9A 17 0 A 21 9A 13 3B
Octal 203 253 232 27 0 12 41 232 23 73
Binary 10000011 10101011 10011010 10111 0 1010 100001 10011010 10011 111011

Color Harmonies of #83AB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AB9A

Black with #83AB9A

Text Example


Text Example

White with #83AB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #83AB9A;
 }
 .AnyTagClassName
 {
   color: #83AB9A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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