#82F8E1

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

Shades of Aquamarine #82F8E1

Tints of Aquamarine #82F8E1

Color information

#82F8E1 (or 0x82F8E1) is unknown color: approx Aquamarine. HEX triplet: 82, F8 and E1. RGB value is (130,248,225). Sum of RGB (Red+Green+Blue) = 130+248+225=603 (79% of max value = 765). Red value is 130 (51.17% from 255 or 21.56% from 603); Green value is 248 (97.27% from 255 or 41.13% from 603); Blue value is 225 (88.28% from 255 or 37.31% from 603); Max value from RGB is 248 - color contains mainly: green. Hex color #82F8E1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82F8E1 is #7D071E. Grayscale: #D2D2D2. Windows color (decimal): -8193823 or 14809218. OLE color: 14809218.

HSL color Cylindrical-coordinate representation of color #82F8E1: hue angle of 168.31º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82F8E1 is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB130248225-
CMYK0.4800.090.03
HSL168.31º89.39%74.12%-
HSV(B)168.31º47.58%97.25%-
XYZ56.3677.3283.19-
YUV210.1136.4170.87-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 21.56%
GREEN value IS 248 (97.27% from 255) = 41.13%
BLUE value IS 225 (88.28% from 255) = 37.31%
R=21.56%
G=41.13%
B=37.31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1302482250.4800.090.03168.3189.3974.12
Hex82F8E130093a8594a
Octal202370341600113250131112
Binary10000010111110001110000111000001001111010100010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F8E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,248,225); }

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

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

 a { background-color: rgb(130,248,225); }

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

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

 span { border-color: rgb(130,248,225); }

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