#82CAC6

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

Shades of Bermuda #82CAC6

Tints of Bermuda #82CAC6

Color information

#82CAC6 (or 0x82CAC6) is unknown color: approx Bermuda. HEX triplet: 82, CA and C6. RGB value is (130,202,198). Sum of RGB (Red+Green+Blue) = 130+202+198=530 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.53% from 530); Green value is 202 (79.30% from 255 or 38.11% from 530); Blue value is 198 (77.73% from 255 or 37.36% from 530); Max value from RGB is 202 - color contains mainly: green. Hex color #82CAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82CAC6 is #7D3539. Grayscale: #B3B3B3. Windows color (decimal): -8205626 or 13027970. OLE color: 13027970.

HSL color Cylindrical-coordinate representation of color #82CAC6: hue angle of 176.67º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82CAC6 is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB130202198-
CMYK0.3600.020.21
HSL176.67º40.45%65.1%-
HSV(B)176.67º35.64%79.22%-
XYZ40.5251.0661.15-
YUV180.02138.1592.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.53%
GREEN value IS 202 (79.30% from 255) = 38.11%
BLUE value IS 198 (77.73% from 255) = 37.36%
R=24.53%
G=38.11%
B=37.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1302021980.3600.020.21176.6740.4565.1
Hex82CAC6240215b12841
Octal20231230644022526150101
Binary10000010110010101100011010010001010101101100011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,202,198); }

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

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

 a { background-color: rgb(130,202,198); }

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

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

 span { border-color: rgb(130,202,198); }

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