#82CDBC

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

Shades of Bermuda #82CDBC

Tints of Bermuda #82CDBC

Color information

#82CDBC (or 0x82CDBC) is unknown color: approx Bermuda. HEX triplet: 82, CD and BC. RGB value is (130,205,188). Sum of RGB (Red+Green+Blue) = 130+205+188=523 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.86% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 205 - color contains mainly: green. Hex color #82CDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82CDBC is #7D3243. Grayscale: #B4B4B4. Windows color (decimal): -8204868 or 12373378. OLE color: 12373378.

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

Color convert

RGB130205188-
CMYK0.3700.080.20
HSL166.4º42.86%65.69%-
HSV(B)166.4º36.59%80.39%-
XYZ40.1152.0455.51-
YUV180.64132.1591.88-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.86%
GREEN value IS 205 (80.47% from 255) = 39.20%
BLUE value IS 188 (73.83% from 255) = 35.95%
R=24.86%
G=39.20%
B=35.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1302051880.3700.080.20166.442.8665.69
Hex82CDBC250814a62b42
Octal202315274450102424653102
Binary1000001011001101101111001001010100010100101001101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CDBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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