#82B1B1

Color #82B1B1 Ziggurat (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ziggurat #82B1B1

Tints of Ziggurat #82B1B1

Color information

#82B1B1 (or 0x82B1B1) is unknown color: approx Ziggurat. HEX triplet: 82, B1 and B1. RGB value is (130,177,177). Sum of RGB (Red+Green+Blue) = 130+177+177=484 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.86% from 484); Green value is 177 (69.53% from 255 or 36.57% from 484); Blue value is 177 (69.53% from 255 or 36.57% from 484); Max value from RGB is 177 - color contains mainly: green, blue. Hex color #82B1B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82B1B1 is #7D4E4E. Grayscale: #A2A2A2. Windows color (decimal): -8212047 or 11645314. OLE color: 11645314.

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

Color convert

RGB130177177-
CMYK0.27000.31
HSL180º23.15%60.2%-
HSV(B)180º26.55%69.41%-
XYZ32.8639.3647.46-
YUV162.95135.93104.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.86%
GREEN value IS 177 (69.53% from 255) = 36.57%
BLUE value IS 177 (69.53% from 255) = 36.57%
R=26.86%
G=36.57%
B=36.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1301771770.27000.3118023.1560.2
Hex82B1B11B001Fb4173c
Octal2022612613300372642774
Binary1000001010110001101100011101100111111011010010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,177,177); }

 H1.HeaderClassName
 {
   color: #82B1B1;
 }
 .AnyTagClassName
 {
   color: #82B1B1;
 }
</style>
background-color css

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

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

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

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

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

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