Html Css Color HEX #82ABAA Ziggurat

📋 copy color: '#82ABAA'

red 130 ◦ green 171 ◦ blue 170

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

Shades of Ziggurat #82ABAA

Tints of Ziggurat #82ABAA

RGB

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

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

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

R = 27.6%
G = 36.31%
B = 36.09%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#82ABAA (or 0x82ABAA) is known color: Ziggurat. HEX triplet: 82, AB and AA. RGB value is (130,171,170). Sum of RGB (Red+Green+Blue) = 130+171+170=471 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.60% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 171 - color contains mainly: green. Hex color #82ABAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82ABAA is #7D5455. Grayscale: #9E9E9E. Windows color (decimal): -8213590 or 11185026. OLE color: 11185026.

HSL color Cylindrical-coordinate representation of color #82ABAA: hue angle of 178.54º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #82ABAA is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 171 170 -
CMYK 0.24 0 0.01 0.33
HSL 178.54º 0.2% 0.59% -
HSV(B) 178.54º 0.24% 0.67% -
XYZ 31.02 36.77 43.49 -
YUV 158.63 134.42 107.58 -
System Red Green Blue C M Y K H S L
Decimal 130 171 170 0.24 0 0.01 0.33 178.54 0.2 0.59
Hex 82 AB AA 18 0 1 21 B3 14 3B
Octal 202 253 252 30 0 1 41 263 24 73
Binary 10000010 10101011 10101010 11000 0 1 100001 10110011 10100 111011

Color Harmonies of #82ABAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82ABAA

Black with #82ABAA

Text Example


Text Example

White with #82ABAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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