Html Css Color HEX #82AFAD Ziggurat

📋 copy color: '#82AFAD'

red 130 ◦ green 175 ◦ blue 173

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

Shades of Ziggurat #82AFAD

Tints of Ziggurat #82AFAD

RGB

 RED value IS 130 (51.17% from 255) = 27.2%

 GREEN value IS 175 (68.75% from 255) = 36.61%

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

R = 27.2%
G = 36.61%
B = 36.19%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#82AFAD (or 0x82AFAD) is known color: Ziggurat. HEX triplet: 82, AF and AD. RGB value is (130,175,173). Sum of RGB (Red+Green+Blue) = 130+175+173=478 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.20% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 175 - color contains mainly: green. Hex color #82AFAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82AFAD is #7D5052. Grayscale: #A1A1A1. Windows color (decimal): -8212563 or 11382658. OLE color: 11382658.

HSL color Cylindrical-coordinate representation of color #82AFAD: hue angle of 177.33º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #82AFAD is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 130 175 173 -
CMYK 0.26 0 0.01 0.31
HSL 177.33º 0.22% 0.6% -
HSV(B) 177.33º 0.26% 0.69% -
XYZ 32.08 38.42 45.26 -
YUV 161.32 134.59 105.66 -
System Red Green Blue C M Y K H S L
Decimal 130 175 173 0.26 0 0.01 0.31 177.33 0.22 0.6
Hex 82 AF AD 1A 0 1 1F B1 16 3C
Octal 202 257 255 32 0 1 37 261 26 74
Binary 10000010 10101111 10101101 11010 0 1 11111 10110001 10110 111100

Color Harmonies of #82AFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AFAD

Black with #82AFAD

Text Example


Text Example

White with #82AFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82AFAD; }

 p { color: rgb(130,175,173); }

 H1.HeaderClassName
 {
   color: #82AFAD;
 }
 .AnyTagClassName
 {
   color: #82AFAD;
 }
</style>

background-color css

<style>
 a { background-color: #82AFAD; }

 a { background-color: rgb(130,175,173); }

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

border-color css

<style>
 span { border-color: #82AFAD; }

 span { border-color: rgb(130,175,173); }

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