#82D1B6

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

Shades of Bermuda #82D1B6

Tints of Bermuda #82D1B6

Color information

#82D1B6 (or 0x82D1B6) is unknown color: approx Bermuda. HEX triplet: 82, D1 and B6. RGB value is (130,209,182). Sum of RGB (Red+Green+Blue) = 130+209+182=521 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.95% from 521); Green value is 209 (82.03% from 255 or 40.12% from 521); Blue value is 182 (71.48% from 255 or 34.93% from 521); Max value from RGB is 209 - color contains mainly: green. Hex color #82D1B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82D1B6 is #7D2E49. Grayscale: #B6B6B6. Windows color (decimal): -8203850 or 11981186. OLE color: 11981186.

HSL color Cylindrical-coordinate representation of color #82D1B6: hue angle of 159.49º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82D1B6 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB130209182-
CMYK0.3800.130.18
HSL159.49º46.2%66.47%-
HSV(B)159.49º37.8%81.96%-
XYZ40.4553.7252.49-
YUV182.3127.8390.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.95%
GREEN value IS 209 (82.03% from 255) = 40.12%
BLUE value IS 182 (71.48% from 255) = 34.93%
R=24.95%
G=40.12%
B=34.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1302091820.3800.130.18159.4946.266.47
Hex82D1B6260D129f2e42
Octal202321266460152223756102
Binary1000001011010001101101101001100110110010100111111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,209,182); }

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

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

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

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

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

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

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