#82C9C0

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

Shades of Bermuda #82C9C0

Tints of Bermuda #82C9C0

Color information

#82C9C0 (or 0x82C9C0) is unknown color: approx Bermuda. HEX triplet: 82, C9 and C0. RGB value is (130,201,192). Sum of RGB (Red+Green+Blue) = 130+201+192=523 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.86% from 523); Green value is 201 (78.91% from 255 or 38.43% from 523); Blue value is 192 (75.39% from 255 or 36.71% from 523); Max value from RGB is 201 - color contains mainly: green. Hex color #82C9C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82C9C0 is #7D363F. Grayscale: #B2B2B2. Windows color (decimal): -8205888 or 12634498. OLE color: 12634498.

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

Color convert

RGB130201192-
CMYK0.3500.040.21
HSL172.39º39.66%64.9%-
HSV(B)172.39º35.32%78.82%-
XYZ39.6150.3257.5-
YUV178.74135.4893.23-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.86%
GREEN value IS 201 (78.91% from 255) = 38.43%
BLUE value IS 192 (75.39% from 255) = 36.71%
R=24.86%
G=38.43%
B=36.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1302011920.3500.040.21172.3939.6664.9
Hex82C9C0230415ac2841
Octal20231130043042525450101
Binary100000101100100111000000100011010010101101011001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,201,192); }

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

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

 a { background-color: rgb(130,201,192); }

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

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

 span { border-color: rgb(130,201,192); }

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