#82FBBE

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

Shades of Aquamarine #82FBBE

Tints of Aquamarine #82FBBE

Color information

#82FBBE (or 0x82FBBE) is unknown color: approx Aquamarine. HEX triplet: 82, FB and BE. RGB value is (130,251,190). Sum of RGB (Red+Green+Blue) = 130+251+190=571 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.77% from 571); Green value is 251 (98.44% from 255 or 43.96% from 571); Blue value is 190 (74.61% from 255 or 33.27% from 571); Max value from RGB is 251 - color contains mainly: green. Hex color #82FBBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82FBBE is #7D0441. Grayscale: #CFCFCF. Windows color (decimal): -8193090 or 12516226. OLE color: 12516226.

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

Color convert

RGB130251190-
CMYK0.4800.240.02
HSL149.75º93.8%74.71%-
HSV(B)149.75º48.21%98.43%-
XYZ5377.4660.87-
YUV207.87117.9172.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.77%
GREEN value IS 251 (98.44% from 255) = 43.96%
BLUE value IS 190 (74.61% from 255) = 33.27%
R=22.77%
G=43.96%
B=33.27%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1302511900.4800.240.02149.7593.874.71
Hex82FBBE300182965e4b
Octal202373276600302226136113
Binary100000101111101110111110110000011000101001011010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82FBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,251,190); }

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

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

 a { background-color: rgb(130,251,190); }

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

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

 span { border-color: rgb(130,251,190); }

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