#82D7B5

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

Shades of Bermuda #82D7B5

Tints of Bermuda #82D7B5

Color information

#82D7B5 (or 0x82D7B5) is unknown color: approx Bermuda. HEX triplet: 82, D7 and B5. RGB value is (130,215,181). Sum of RGB (Red+Green+Blue) = 130+215+181=526 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.71% from 526); Green value is 215 (84.38% from 255 or 40.87% from 526); Blue value is 181 (71.09% from 255 or 34.41% from 526); Max value from RGB is 215 - color contains mainly: green. Hex color #82D7B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82D7B5 is #7D284A. Grayscale: #B9B9B9. Windows color (decimal): -8202315 or 11917186. OLE color: 11917186.

HSL color Cylindrical-coordinate representation of color #82D7B5: hue angle of 156º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82D7B5 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB130215181-
CMYK0.4000.160.16
HSL156º51.52%67.65%-
HSV(B)156º39.53%84.31%-
XYZ41.8556.6852.45-
YUV185.71125.3488.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.71%
GREEN value IS 215 (84.38% from 255) = 40.87%
BLUE value IS 181 (71.09% from 255) = 34.41%
R=24.71%
G=40.87%
B=34.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1302151810.4000.160.1615651.5267.65
Hex82D7B528010109c3444
Octal202327265500202023464104
Binary10000010110101111011010110100001000010000100111001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D7B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,215,181); }

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

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

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

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

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

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

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