#82F9E6

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

Shades of Aquamarine #82F9E6

Tints of Aquamarine #82F9E6

Color information

#82F9E6 (or 0x82F9E6) is unknown color: approx Aquamarine. HEX triplet: 82, F9 and E6. RGB value is (130,249,230). Sum of RGB (Red+Green+Blue) = 130+249+230=609 (80% of max value = 765). Red value is 130 (51.17% from 255 or 21.35% from 609); Green value is 249 (97.66% from 255 or 40.89% from 609); Blue value is 230 (90.23% from 255 or 37.77% from 609); Max value from RGB is 249 - color contains mainly: green. Hex color #82F9E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82F9E6 is #7D0619. Grayscale: #D3D3D3. Windows color (decimal): -8193562 or 15137154. OLE color: 15137154.

HSL color Cylindrical-coordinate representation of color #82F9E6: hue angle of 170.42º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82F9E6 is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB130249230-
CMYK0.4800.080.02
HSL170.42º90.84%74.31%-
HSV(B)170.42º47.79%97.65%-
XYZ57.3678.2186.94-
YUV211.25138.5870.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 21.35%
GREEN value IS 249 (97.66% from 255) = 40.89%
BLUE value IS 230 (90.23% from 255) = 37.77%
R=21.35%
G=40.89%
B=37.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1302492300.4800.080.02170.4290.8474.31
Hex82F9E630082aa5b4a
Octal202371346600102252133112
Binary10000010111110011110011011000001000101010101010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F9E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,249,230); }

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

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

 a { background-color: rgb(130,249,230); }

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

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

 span { border-color: rgb(130,249,230); }

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