#82FDC1

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

Shades of Aquamarine #82FDC1

Tints of Aquamarine #82FDC1

Color information

#82FDC1 (or 0x82FDC1) is unknown color: approx Aquamarine. HEX triplet: 82, FD and C1. RGB value is (130,253,193). Sum of RGB (Red+Green+Blue) = 130+253+193=576 (76% of max value = 765). Red value is 130 (51.17% from 255 or 22.57% from 576); Green value is 253 (99.22% from 255 or 43.92% from 576); Blue value is 193 (75.78% from 255 or 33.51% from 576); Max value from RGB is 253 - color contains mainly: green. Hex color #82FDC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82FDC1 is #7D023E. Grayscale: #D1D1D1. Windows color (decimal): -8192575 or 12713346. OLE color: 12713346.

HSL color Cylindrical-coordinate representation of color #82FDC1: hue angle of 150.73º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82FDC1 is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB130253193-
CMYK0.4900.240.01
HSL150.73º96.85%75.1%-
HSV(B)150.73º48.62%99.22%-
XYZ53.9678.8562.83-
YUV209.38118.7571.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.57%
GREEN value IS 253 (99.22% from 255) = 43.92%
BLUE value IS 193 (75.78% from 255) = 33.51%
R=22.57%
G=43.92%
B=33.51%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1302531930.4900.240.01150.7396.8575.1
Hex82FDC131018197614b
Octal202375301610301227141113
Binary10000010111111011100000111000101100011001011111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82FDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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