#82CECC

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

Shades of Bermuda #82CECC

Tints of Bermuda #82CECC

Color information

#82CECC (or 0x82CECC) is unknown color: approx Bermuda. HEX triplet: 82, CE and CC. RGB value is (130,206,204). Sum of RGB (Red+Green+Blue) = 130+206+204=540 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.07% from 540); Green value is 206 (80.86% from 255 or 38.15% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 206 - color contains mainly: green. Hex color #82CECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82CECC is #7D3133. Grayscale: #B6B6B6. Windows color (decimal): -8204596 or 13422210. OLE color: 13422210.

HSL color Cylindrical-coordinate representation of color #82CECC: hue angle of 178.42º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82CECC is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB130206204-
CMYK0.3700.010.19
HSL178.42º43.68%65.88%-
HSV(B)178.42º36.89%80.78%-
XYZ42.1853.2565.18-
YUV183.05139.8290.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.07%
GREEN value IS 206 (80.86% from 255) = 38.15%
BLUE value IS 204 (80.08% from 255) = 37.78%
R=24.07%
G=38.15%
B=37.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1302062040.3700.010.19178.4243.6865.88
Hex82CECC250113b22c42
Octal20231631445012326254102
Binary1000001011001110110011001001010110011101100101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,206,204); }

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

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

 a { background-color: rgb(130,206,204); }

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

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

 span { border-color: rgb(130,206,204); }

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