#82CCBB

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

Shades of Bermuda #82CCBB

Tints of Bermuda #82CCBB

Color information

#82CCBB (or 0x82CCBB) is unknown color: approx Bermuda. HEX triplet: 82, CC and BB. RGB value is (130,204,187). Sum of RGB (Red+Green+Blue) = 130+204+187=521 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.95% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 204 - color contains mainly: green. Hex color #82CCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82CCBB is #7D3344. Grayscale: #B3B3B3. Windows color (decimal): -8205125 or 12307586. OLE color: 12307586.

HSL color Cylindrical-coordinate representation of color #82CCBB: hue angle of 166.22º degrees, saturation: 0.42, 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 #82CCBB is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB130204187-
CMYK0.3600.080.2
HSL166.22º42.05%65.49%-
HSV(B)166.22º36.27%80%-
XYZ39.7751.5254.86-
YUV179.94131.9892.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.95%
GREEN value IS 204 (80.08% from 255) = 39.16%
BLUE value IS 187 (73.44% from 255) = 35.89%
R=24.95%
G=39.16%
B=35.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1302041870.3600.080.2166.2242.0565.49
Hex82CCBB240814a62a41
Octal202314273440102424652101
Binary1000001011001100101110111001000100010100101001101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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