#82CBBB

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

Shades of Bermuda #82CBBB

Tints of Bermuda #82CBBB

Color information

#82CBBB (or 0x82CBBB) is unknown color: approx Bermuda. HEX triplet: 82, CB and BB. RGB value is (130,203,187). Sum of RGB (Red+Green+Blue) = 130+203+187=520 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25% from 520); Green value is 203 (79.69% from 255 or 39.04% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 203 - color contains mainly: green. Hex color #82CBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82CBBB is #7D3444. Grayscale: #B3B3B3. Windows color (decimal): -8205381 or 12307330. OLE color: 12307330.

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

Color convert

RGB130203187-
CMYK0.3600.080.20
HSL166.85º41.24%65.29%-
HSV(B)166.85º35.96%79.61%-
XYZ39.5351.0554.78-
YUV179.35132.3292.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25%
GREEN value IS 203 (79.69% from 255) = 39.04%
BLUE value IS 187 (73.44% from 255) = 35.96%
R=25%
G=39.04%
B=35.96%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1302031870.3600.080.20166.8541.2465.29
Hex82CBBB240814a72941
Octal202313273440102424751101
Binary1000001011001011101110111001000100010100101001111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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