#82CBBD

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

Shades of Bermuda #82CBBD

Tints of Bermuda #82CBBD

Color information

#82CBBD (or 0x82CBBD) is unknown color: approx Bermuda. HEX triplet: 82, CB and BD. RGB value is (130,203,189). Sum of RGB (Red+Green+Blue) = 130+203+189=522 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.90% from 522); Green value is 203 (79.69% from 255 or 38.89% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 203 - color contains mainly: green. Hex color #82CBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82CBBD is #7D3442. Grayscale: #B3B3B3. Windows color (decimal): -8205379 or 12438402. OLE color: 12438402.

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

Color convert

RGB130203189-
CMYK0.3600.070.20
HSL168.49º41.24%65.29%-
HSV(B)168.49º35.96%79.61%-
XYZ39.7551.1355.92-
YUV179.58133.3292.64-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.90%
GREEN value IS 203 (79.69% from 255) = 38.89%
BLUE value IS 189 (74.22% from 255) = 36.21%
R=24.90%
G=38.89%
B=36.21%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1302031890.3600.070.20168.4941.2465.29
Hex82CBBD240714a82941
Octal20231327544072425051101
Binary100000101100101110111101100100011110100101010001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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