Html Css Color HEX #83ABAA Ziggurat

📋 copy color: '#83ABAA'

red 131 ◦ green 171 ◦ blue 170

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

Shades of Ziggurat #83ABAA

Tints of Ziggurat #83ABAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.02%

R = 27.75%
G = 36.23%
B = 36.02%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#83ABAA (or 0x83ABAA) is known color: Ziggurat. HEX triplet: 83, AB and AA. RGB value is (131,171,170). Sum of RGB (Red+Green+Blue) = 131+171+170=472 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.75% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 171 - color contains mainly: green. Hex color #83ABAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83ABAA is #7C5455. Grayscale: #9E9E9E. Windows color (decimal): -8148054 or 11185027. OLE color: 11185027.

HSL color Cylindrical-coordinate representation of color #83ABAA: hue angle of 178.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 #83ABAA is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 171 170 -
CMYK 0.23 0 0.01 0.33
HSL 178.5º 0.19% 0.59% -
HSV(B) 178.5º 0.23% 0.67% -
XYZ 31.18 36.85 43.5 -
YUV 158.93 134.25 108.08 -
System Red Green Blue C M Y K H S L
Decimal 131 171 170 0.23 0 0.01 0.33 178.5 0.19 0.59
Hex 83 AB AA 17 0 1 21 B2 13 3B
Octal 203 253 252 27 0 1 41 262 23 73
Binary 10000011 10101011 10101010 10111 0 1 100001 10110010 10011 111011

Color Harmonies of #83ABAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ABAA

Black with #83ABAA

Text Example


Text Example

White with #83ABAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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