#82CCBF

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

Shades of Bermuda #82CCBF

Tints of Bermuda #82CCBF

Color information

#82CCBF (or 0x82CCBF) is unknown color: approx Bermuda. HEX triplet: 82, CC and BF. RGB value is (130,204,191). Sum of RGB (Red+Green+Blue) = 130+204+191=525 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.76% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 191 (75% from 255 or 36.38% from 525); Max value from RGB is 204 - color contains mainly: green. Hex color #82CCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82CCBF is #7D3340. Grayscale: #B4B4B4. Windows color (decimal): -8205121 or 12569730. OLE color: 12569730.

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

Color convert

RGB130204191-
CMYK0.3600.060.2
HSL169.46º42.05%65.49%-
HSV(B)169.46º36.27%80%-
XYZ40.251.6957.15-
YUV180.39133.9892.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.76%
GREEN value IS 204 (80.08% from 255) = 38.86%
BLUE value IS 191 (75% from 255) = 36.38%
R=24.76%
G=38.86%
B=36.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1302041910.3600.060.2169.4642.0565.49
Hex82CCBF240614a92a41
Octal20231427744062425152101
Binary100000101100110010111111100100011010100101010011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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