#82D0B7

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

Shades of Bermuda #82D0B7

Tints of Bermuda #82D0B7

Color information

#82D0B7 (or 0x82D0B7) is unknown color: approx Bermuda. HEX triplet: 82, D0 and B7. RGB value is (130,208,183). Sum of RGB (Red+Green+Blue) = 130+208+183=521 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.95% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 183 (71.88% from 255 or 35.12% from 521); Max value from RGB is 208 - color contains mainly: green. Hex color #82D0B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82D0B7 is #7D2F48. Grayscale: #B5B5B5. Windows color (decimal): -8204105 or 12046466. OLE color: 12046466.

HSL color Cylindrical-coordinate representation of color #82D0B7: hue angle of 160.77º degrees, saturation: 0.45, 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 #82D0B7 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB130208183-
CMYK0.3800.120.18
HSL160.77º45.35%66.27%-
HSV(B)160.77º37.5%81.57%-
XYZ40.3153.2852.96-
YUV181.83128.6691.03-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.95%
GREEN value IS 208 (81.64% from 255) = 39.92%
BLUE value IS 183 (71.88% from 255) = 35.12%
R=24.95%
G=39.92%
B=35.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1302081830.3800.120.18160.7745.3566.27
Hex82D0B7260C12a12d42
Octal202320267460142224155102
Binary1000001011010000101101111001100110010010101000011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D0B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,208,183); }

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

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

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

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

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

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

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