#82CBC5

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

Shades of Bermuda #82CBC5

Tints of Bermuda #82CBC5

Color information

#82CBC5 (or 0x82CBC5) is unknown color: approx Bermuda. HEX triplet: 82, CB and C5. RGB value is (130,203,197). Sum of RGB (Red+Green+Blue) = 130+203+197=530 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.53% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 197 (77.34% from 255 or 37.17% from 530); Max value from RGB is 203 - color contains mainly: green. Hex color #82CBC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82CBC5 is #7D343A. Grayscale: #B4B4B4. Windows color (decimal): -8205371 or 12962690. OLE color: 12962690.

HSL color Cylindrical-coordinate representation of color #82CBC5: hue angle of 175.07º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82CBC5 is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB130203197-
CMYK0.3600.030.20
HSL175.07º41.24%65.29%-
HSV(B)175.07º35.96%79.61%-
XYZ40.6451.4960.62-
YUV180.49137.3291.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.53%
GREEN value IS 203 (79.69% from 255) = 38.30%
BLUE value IS 197 (77.34% from 255) = 37.17%
R=24.53%
G=38.30%
B=37.17%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1302031970.3600.030.20175.0741.2465.29
Hex82CBC5240314af2941
Octal20231330544032425751101
Binary10000010110010111100010110010001110100101011111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,203,197); }

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

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

 a { background-color: rgb(130,203,197); }

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

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

 span { border-color: rgb(130,203,197); }

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