#82CBC1

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

Shades of Bermuda #82CBC1

Tints of Bermuda #82CBC1

Color information

#82CBC1 (or 0x82CBC1) is unknown color: approx Bermuda. HEX triplet: 82, CB and C1. RGB value is (130,203,193). Sum of RGB (Red+Green+Blue) = 130+203+193=526 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.71% from 526); Green value is 203 (79.69% from 255 or 38.59% from 526); Blue value is 193 (75.78% from 255 or 36.69% from 526); Max value from RGB is 203 - color contains mainly: green. Hex color #82CBC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82CBC1 is #7D343E. Grayscale: #B3B3B3. Windows color (decimal): -8205375 or 12700546. OLE color: 12700546.

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

Color convert

RGB130203193-
CMYK0.3600.050.20
HSL171.78º41.24%65.29%-
HSV(B)171.78º35.96%79.61%-
XYZ40.1951.3158.24-
YUV180.03135.3292.31-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.71%
GREEN value IS 203 (79.69% from 255) = 38.59%
BLUE value IS 193 (75.78% from 255) = 36.69%
R=24.71%
G=38.59%
B=36.69%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1302031930.3600.050.20171.7841.2465.29
Hex82CBC1240514ac2941
Octal20231330144052425451101
Binary100000101100101111000001100100010110100101011001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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