#82F1C1

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

Shades of Aquamarine #82F1C1

Tints of Aquamarine #82F1C1

Color information

#82F1C1 (or 0x82F1C1) is unknown color: approx Aquamarine. HEX triplet: 82, F1 and C1. RGB value is (130,241,193). Sum of RGB (Red+Green+Blue) = 130+241+193=564 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.05% from 564); Green value is 241 (94.53% from 255 or 42.73% from 564); Blue value is 193 (75.78% from 255 or 34.22% from 564); Max value from RGB is 241 - color contains mainly: green. Hex color #82F1C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82F1C1 is #7D0E3E. Grayscale: #CACACA. Windows color (decimal): -8195647 or 12710274. OLE color: 12710274.

HSL color Cylindrical-coordinate representation of color #82F1C1: hue angle of 154.05º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82F1C1 is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB130241193-
CMYK0.4600.200.05
HSL154.05º79.86%72.75%-
HSV(B)154.05º46.06%94.51%-
XYZ50.2971.5161.6-
YUV202.34122.7376.4-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.05%
GREEN value IS 241 (94.53% from 255) = 42.73%
BLUE value IS 193 (75.78% from 255) = 34.22%
R=23.05%
G=42.73%
B=34.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1302411930.4600.200.05154.0579.8672.75
Hex82F1C12E01459a5049
Octal202361301560245232120111
Binary1000001011110001110000011011100101001011001101010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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