#82FDC9

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

Shades of Aquamarine #82FDC9

Tints of Aquamarine #82FDC9

Color information

#82FDC9 (or 0x82FDC9) is unknown color: approx Aquamarine. HEX triplet: 82, FD and C9. RGB value is (130,253,201). Sum of RGB (Red+Green+Blue) = 130+253+201=584 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.26% from 584); Green value is 253 (99.22% from 255 or 43.32% from 584); Blue value is 201 (78.91% from 255 or 34.42% from 584); Max value from RGB is 253 - color contains mainly: green. Hex color #82FDC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82FDC9 is #7D0236. Grayscale: #D2D2D2. Windows color (decimal): -8192567 or 13237634. OLE color: 13237634.

HSL color Cylindrical-coordinate representation of color #82FDC9: hue angle of 154.63º 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 #82FDC9 is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB130253201-
CMYK0.4900.210.01
HSL154.63º96.85%75.1%-
HSV(B)154.63º48.62%99.22%-
XYZ54.8779.2167.66-
YUV210.3122.7570.73-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.26%
GREEN value IS 253 (99.22% from 255) = 43.32%
BLUE value IS 201 (78.91% from 255) = 34.42%
R=22.26%
G=43.32%
B=34.42%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1302532010.4900.210.01154.6396.8575.1
Hex82FDC93101519b614b
Octal202375311610251233141113
Binary10000010111111011100100111000101010111001101111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82FDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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