Html Css Color HEX #83ADAE Ziggurat

📋 copy color: '#83ADAE'

red 131 ◦ green 173 ◦ blue 174

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

Shades of Ziggurat #83ADAE

Tints of Ziggurat #83ADAE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.19%

 BLUE value IS 174 (68.36% from 255) = 36.4%

R = 27.41%
G = 36.19%
B = 36.4%

CMYK

 C value IS 0.25

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#83ADAE (or 0x83ADAE) is known color: Ziggurat. HEX triplet: 83, AD and AE. RGB value is (131,173,174). Sum of RGB (Red+Green+Blue) = 131+173+174=478 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.41% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 174 (68.36% from 255 or 36.40% from 478); Max value from RGB is 174 - color contains mainly: blue. Hex color #83ADAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83ADAE is #7C5251. Grayscale: #A0A0A0. Windows color (decimal): -8147538 or 11447683. OLE color: 11447683.

HSL color Cylindrical-coordinate representation of color #83ADAE: hue angle of 181.4º 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 #83ADAE is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 131 173 174 -
CMYK 0.25 0.01 0 0.32
HSL 181.4º 0.21% 0.6% -
HSV(B) 181.4º 0.25% 0.68% -
XYZ 31.94 37.77 45.65 -
YUV 160.56 135.59 106.92 -
System Red Green Blue C M Y K H S L
Decimal 131 173 174 0.25 0.01 0 0.32 181.4 0.21 0.6
Hex 83 AD AE 19 1 0 20 B5 15 3C
Octal 203 255 256 31 1 0 40 265 25 74
Binary 10000011 10101101 10101110 11001 1 0 100000 10110101 10101 111100

Color Harmonies of #83ADAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ADAE

Black with #83ADAE

Text Example


Text Example

White with #83ADAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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