#82BDA6

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

Shades of Sea Nymph #82BDA6

Tints of Sea Nymph #82BDA6

Color information

#82BDA6 (or 0x82BDA6) is unknown color: approx Sea Nymph. HEX triplet: 82, BD and A6. RGB value is (130,189,166). Sum of RGB (Red+Green+Blue) = 130+189+166=485 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.80% from 485); Green value is 189 (74.22% from 255 or 38.97% from 485); Blue value is 166 (65.23% from 255 or 34.23% from 485); Max value from RGB is 189 - color contains mainly: green. Hex color #82BDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BDA6 is #7D4259. Grayscale: #A8A8A8. Windows color (decimal): -8208986 or 10927490. OLE color: 10927490.

HSL color Cylindrical-coordinate representation of color #82BDA6: hue angle of 156.61º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #82BDA6 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB130189166-
CMYK0.3100.120.26
HSL156.61º30.89%62.55%-
HSV(B)156.61º31.22%74.12%-
XYZ34.2943.8942.74-
YUV168.74126.45100.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.80%
GREEN value IS 189 (74.22% from 255) = 38.97%
BLUE value IS 166 (65.23% from 255) = 34.23%
R=26.80%
G=38.97%
B=34.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1301891660.3100.120.26156.6130.8962.55
Hex82BDA61F0C1A9d1f3f
Octal20227524637014322353777
Binary1000001010111101101001101111101100110101001110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,189,166); }

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

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

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

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

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

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

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