#82CAC9

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

Shades of Bermuda #82CAC9

Tints of Bermuda #82CAC9

Color information

#82CAC9 (or 0x82CAC9) is unknown color: approx Bermuda. HEX triplet: 82, CA and C9. RGB value is (130,202,201). Sum of RGB (Red+Green+Blue) = 130+202+201=533 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.39% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 201 (78.91% from 255 or 37.71% from 533); Max value from RGB is 202 - color contains mainly: green. Hex color #82CAC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82CAC9 is #7D3536. Grayscale: #B4B4B4. Windows color (decimal): -8205623 or 13224578. OLE color: 13224578.

HSL color Cylindrical-coordinate representation of color #82CAC9: hue angle of 179.17º 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 #82CAC9 is Cyan = 0.36, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.21.

Color convert

RGB130202201-
CMYK0.3600.000.21
HSL179.17º40.45%65.1%-
HSV(B)179.17º35.64%79.22%-
XYZ40.8751.262.99-
YUV180.36139.6592.08-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.39%
GREEN value IS 202 (79.30% from 255) = 37.90%
BLUE value IS 201 (78.91% from 255) = 37.71%
R=24.39%
G=37.90%
B=37.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1302022010.3600.000.21179.1740.4565.1
Hex82CAC9240015b32841
Octal20231231144002526350101
Binary1000001011001010110010011001000010101101100111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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