#82CABC

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

Shades of Bermuda #82CABC

Tints of Bermuda #82CABC

Color information

#82CABC (or 0x82CABC) is unknown color: approx Bermuda. HEX triplet: 82, CA and BC. RGB value is (130,202,188). Sum of RGB (Red+Green+Blue) = 130+202+188=520 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 202 - color contains mainly: green. Hex color #82CABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82CABC is #7D3543. Grayscale: #B2B2B2. Windows color (decimal): -8205636 or 12372610. OLE color: 12372610.

HSL color Cylindrical-coordinate representation of color #82CABC: hue angle of 168.33º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82CABC is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB130202188-
CMYK0.3600.070.21
HSL168.33º40.45%65.1%-
HSV(B)168.33º35.64%79.22%-
XYZ39.450.6255.27-
YUV178.88133.1593.14-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25%
GREEN value IS 202 (79.30% from 255) = 38.85%
BLUE value IS 188 (73.83% from 255) = 36.15%
R=25%
G=38.85%
B=36.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1302021880.3600.070.21168.3340.4565.1
Hex82CABC240715a82841
Octal20231227444072525050101
Binary100000101100101010111100100100011110101101010001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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