#82D0C8

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

Shades of Bermuda #82D0C8

Tints of Bermuda #82D0C8

Color information

#82D0C8 (or 0x82D0C8) is unknown color: approx Bermuda. HEX triplet: 82, D0 and C8. RGB value is (130,208,200). Sum of RGB (Red+Green+Blue) = 130+208+200=538 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.16% from 538); Green value is 208 (81.64% from 255 or 38.66% from 538); Blue value is 200 (78.52% from 255 or 37.17% from 538); Max value from RGB is 208 - color contains mainly: green. Hex color #82D0C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82D0C8 is #7D2F37. Grayscale: #B7B7B7. Windows color (decimal): -8204088 or 13160578. OLE color: 13160578.

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

Color convert

RGB130208200-
CMYK0.3800.040.18
HSL173.85º45.35%66.27%-
HSV(B)173.85º37.5%81.57%-
XYZ42.1954.0362.85-
YUV183.77137.1689.65-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.16%
GREEN value IS 208 (81.64% from 255) = 38.66%
BLUE value IS 200 (78.52% from 255) = 37.17%
R=24.16%
G=38.66%
B=37.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1302082000.3800.040.18173.8545.3566.27
Hex82D0C8260412ae2d42
Octal20232031046042225655102
Binary100000101101000011001000100110010010010101011101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D0C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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