Html Css Color HEX #82ADAF Ziggurat

📋 copy color: '#82ADAF'

red 130 ◦ green 173 ◦ blue 175

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

Shades of Ziggurat #82ADAF

Tints of Ziggurat #82ADAF

RGB

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

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

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

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

CMYK

 C value IS 0.26

 M value IS 0.01

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #82ADAF: hue angle of 182.67º 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 #82ADAF is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 130 173 175 -
CMYK 0.26 0.01 0 0.31
HSL 182.67º 0.22% 0.6% -
HSV(B) 182.67º 0.26% 0.69% -
XYZ 31.89 37.73 46.16 -
YUV 160.37 136.25 106.34 -
System Red Green Blue C M Y K H S L
Decimal 130 173 175 0.26 0.01 0 0.31 182.67 0.22 0.6
Hex 82 AD AF 1A 1 0 1F B7 16 3C
Octal 202 255 257 32 1 0 37 267 26 74
Binary 10000010 10101101 10101111 11010 1 0 11111 10110111 10110 111100

Color Harmonies of #82ADAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82ADAF

Black with #82ADAF

Text Example


Text Example

White with #82ADAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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