#82FFBF

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

Shades of Aquamarine #82FFBF

Tints of Aquamarine #82FFBF

Color information

#82FFBF (or 0x82FFBF) is unknown color: approx Aquamarine. HEX triplet: 82, FF and BF. RGB value is (130,255,191). Sum of RGB (Red+Green+Blue) = 130+255+191=576 (76% of max value = 765). Red value is 130 (51.17% from 255 or 22.57% from 576); Green value is 255 (100% from 255 or 44.27% from 576); Blue value is 191 (75% from 255 or 33.16% from 576); Max value from RGB is 255 - color contains mainly: green. Hex color #82FFBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82FFBF is #7D0040. Grayscale: #D2D2D2. Windows color (decimal): -8192065 or 12582786. OLE color: 12582786.

HSL color Cylindrical-coordinate representation of color #82FFBF: hue angle of 149.28º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82FFBF is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB130255191-
CMYK0.4900.250
HSL149.28º100%75.49%-
HSV(B)149.28º49.02%100%-
XYZ54.3780.0361.87-
YUV210.33117.0970.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.57%
GREEN value IS 255 (100% from 255) = 44.27%
BLUE value IS 191 (75% from 255) = 33.16%
R=22.57%
G=44.27%
B=33.16%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1302551910.4900.250149.2810075.49
Hex82FFBF31019095644b
Octal202377277610310225144113
Binary10000010111111111011111111000101100101001010111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82FFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,255,191); }

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

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

 a { background-color: rgb(130,255,191); }

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

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

 span { border-color: rgb(130,255,191); }

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