Html Css Color HEX #83AEAB Ziggurat

📋 copy color: '#83AEAB'

red 131 ◦ green 174 ◦ blue 171

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

Shades of Ziggurat #83AEAB

Tints of Ziggurat #83AEAB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.55%

 BLUE value IS 171 (67.19% from 255) = 35.92%

R = 27.52%
G = 36.55%
B = 35.92%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#83AEAB (or 0x83AEAB) is known color: Ziggurat. HEX triplet: 83, AE and AB. RGB value is (131,174,171). Sum of RGB (Red+Green+Blue) = 131+174+171=476 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.52% from 476); Green value is 174 (68.36% from 255 or 36.55% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 174 - color contains mainly: green. Hex color #83AEAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83AEAB is #7C5154. Grayscale: #A0A0A0. Windows color (decimal): -8147285 or 11251331. OLE color: 11251331.

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

Color convert

RGB 131 174 171 -
CMYK 0.25 0 0.02 0.32
HSL 175.81º 0.21% 0.6% -
HSV(B) 175.81º 0.25% 0.68% -
XYZ 31.85 38.04 44.19 -
YUV 160.8 133.75 106.74 -
System Red Green Blue C M Y K H S L
Decimal 131 174 171 0.25 0 0.02 0.32 175.81 0.21 0.6
Hex 83 AE AB 19 0 2 20 B0 15 3C
Octal 203 256 253 31 0 2 40 260 25 74
Binary 10000011 10101110 10101011 11001 0 10 100000 10110000 10101 111100

Color Harmonies of #83AEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AEAB

Black with #83AEAB

Text Example


Text Example

White with #83AEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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