#82CECB

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

Shades of Bermuda #82CECB

Tints of Bermuda #82CECB

Color information

#82CECB (or 0x82CECB) is unknown color: approx Bermuda. HEX triplet: 82, CE and CB. RGB value is (130,206,203). Sum of RGB (Red+Green+Blue) = 130+206+203=539 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.12% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 206 - color contains mainly: green. Hex color #82CECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82CECB is #7D3134. Grayscale: #B6B6B6. Windows color (decimal): -8204597 or 13356674. OLE color: 13356674.

HSL color Cylindrical-coordinate representation of color #82CECB: hue angle of 177.63º 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 #82CECB is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB130206203-
CMYK0.3700.010.19
HSL177.63º43.68%65.88%-
HSV(B)177.63º36.89%80.78%-
XYZ42.0653.264.55-
YUV182.93139.3290.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.12%
GREEN value IS 206 (80.86% from 255) = 38.22%
BLUE value IS 203 (79.69% from 255) = 37.66%
R=24.12%
G=38.22%
B=37.66%

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
Decimal1302062030.3700.010.19177.6343.6865.88
Hex82CECB250113b22c42
Octal20231631345012326254102
Binary1000001011001110110010111001010110011101100101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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