#82D3B2

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

Shades of Bermuda #82D3B2

Tints of Bermuda #82D3B2

Color information

#82D3B2 (or 0x82D3B2) is unknown color: approx Bermuda. HEX triplet: 82, D3 and B2. RGB value is (130,211,178). Sum of RGB (Red+Green+Blue) = 130+211+178=519 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.05% from 519); Green value is 211 (82.81% from 255 or 40.66% from 519); Blue value is 178 (69.92% from 255 or 34.30% from 519); Max value from RGB is 211 - color contains mainly: green. Hex color #82D3B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D3B2 is #7D2C4D. Grayscale: #B7B7B7. Windows color (decimal): -8203342 or 11719554. OLE color: 11719554.

HSL color Cylindrical-coordinate representation of color #82D3B2: hue angle of 155.56º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82D3B2 is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.17.

Color convert

RGB130211178-
CMYK0.3800.160.17
HSL155.56º47.93%66.86%-
HSV(B)155.56º38.39%82.75%-
XYZ40.5454.5550.51-
YUV183.02125.1690.18-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.05%
GREEN value IS 211 (82.81% from 255) = 40.66%
BLUE value IS 178 (69.92% from 255) = 34.30%
R=25.05%
G=40.66%
B=34.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1302111780.3800.160.17155.5647.9366.86
Hex82D3B226010119c3043
Octal202323262460202123460103
Binary10000010110100111011001010011001000010001100111001100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D3B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,211,178); }

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

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

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

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

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

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

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