#82CDCB

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

Shades of Bermuda #82CDCB

Tints of Bermuda #82CDCB

Color information

#82CDCB (or 0x82CDCB) is unknown color: approx Bermuda. HEX triplet: 82, CD and CB. RGB value is (130,205,203). Sum of RGB (Red+Green+Blue) = 130+205+203=538 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.16% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 205 - color contains mainly: green. Hex color #82CDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82CDCB is #7D3234. Grayscale: #B6B6B6. Windows color (decimal): -8204853 or 13356418. OLE color: 13356418.

HSL color Cylindrical-coordinate representation of color #82CDCB: hue angle of 178.4º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82CDCB is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB130205203-
CMYK0.3700.010.20
HSL178.4º42.86%65.69%-
HSV(B)178.4º36.59%80.39%-
XYZ41.8252.7264.47-
YUV182.35139.6590.66-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.16%
GREEN value IS 205 (80.47% from 255) = 38.10%
BLUE value IS 203 (79.69% from 255) = 37.73%
R=24.16%
G=38.10%
B=37.73%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1302052030.3700.010.20178.442.8665.69
Hex82CDCB250114b22b42
Octal20231531345012426253102
Binary1000001011001101110010111001010110100101100101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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