#82F9C7

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

Shades of Aquamarine #82F9C7

Tints of Aquamarine #82F9C7

Color information

#82F9C7 (or 0x82F9C7) is unknown color: approx Aquamarine. HEX triplet: 82, F9 and C7. RGB value is (130,249,199). Sum of RGB (Red+Green+Blue) = 130+249+199=578 (76% of max value = 765). Red value is 130 (51.17% from 255 or 22.49% from 578); Green value is 249 (97.66% from 255 or 43.08% from 578); Blue value is 199 (78.12% from 255 or 34.43% from 578); Max value from RGB is 249 - color contains mainly: green. Hex color #82F9C7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82F9C7 is #7D0638. Grayscale: #CFCFCF. Windows color (decimal): -8193593 or 13105538. OLE color: 13105538.

HSL color Cylindrical-coordinate representation of color #82F9C7: hue angle of 154.79º 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 #82F9C7 is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB130249199-
CMYK0.4800.200.02
HSL154.79º90.84%74.31%-
HSV(B)154.79º47.79%97.65%-
XYZ53.3976.6266.01-
YUV207.72123.0872.57-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.49%
GREEN value IS 249 (97.66% from 255) = 43.08%
BLUE value IS 199 (78.12% from 255) = 34.43%
R=22.49%
G=43.08%
B=34.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1302491990.4800.200.02154.7990.8474.31
Hex82F9C73001429b5b4a
Octal202371307600242233133112
Binary100000101111100111000111110000010100101001101110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F9C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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