#82F8BD

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

Shades of Aquamarine #82F8BD

Tints of Aquamarine #82F8BD

Color information

#82F8BD (or 0x82F8BD) is unknown color: approx Aquamarine. HEX triplet: 82, F8 and BD. RGB value is (130,248,189). Sum of RGB (Red+Green+Blue) = 130+248+189=567 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.93% from 567); Green value is 248 (97.27% from 255 or 43.74% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 248 - color contains mainly: green. Hex color #82F8BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82F8BD is #7D0742. Grayscale: #CECECE. Windows color (decimal): -8193859 or 12449922. OLE color: 12449922.

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

Color convert

RGB130248189-
CMYK0.4800.240.03
HSL150º89.39%74.12%-
HSV(B)150º47.58%97.25%-
XYZ51.9675.5559.99-
YUV205.99118.4173.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.93%
GREEN value IS 248 (97.27% from 255) = 43.74%
BLUE value IS 189 (74.22% from 255) = 33.33%
R=22.93%
G=43.74%
B=33.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1302481890.4800.240.0315089.3974.12
Hex82F8BD30018396594a
Octal202370275600303226131112
Binary100000101111100010111101110000011000111001011010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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