#82EFCA

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

Shades of Aquamarine #82EFCA

Tints of Aquamarine #82EFCA

Color information

#82EFCA (or 0x82EFCA) is unknown color: approx Aquamarine. HEX triplet: 82, EF and CA. RGB value is (130,239,202). Sum of RGB (Red+Green+Blue) = 130+239+202=571 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.77% from 571); Green value is 239 (93.75% from 255 or 41.86% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 239 - color contains mainly: green. Hex color #82EFCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EFCA is #7D1035. Grayscale: #CACACA. Windows color (decimal): -8196150 or 13299586. OLE color: 13299586.

HSL color Cylindrical-coordinate representation of color #82EFCA: hue angle of 159.63º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82EFCA is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB130239202-
CMYK0.4600.150.06
HSL159.63º77.3%72.35%-
HSV(B)159.63º45.61%93.73%-
XYZ50.7370.7466.86-
YUV202.19127.8976.51-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.77%
GREEN value IS 239 (93.75% from 255) = 41.86%
BLUE value IS 202 (79.30% from 255) = 35.38%
R=22.77%
G=41.86%
B=35.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1302392020.4600.150.06159.6377.372.35
Hex82EFCA2E0F6a04d48
Octal202357312560176240115110
Binary100000101110111111001010101110011111101010000010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,239,202); }

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

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

 a { background-color: rgb(130,239,202); }

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

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

 span { border-color: rgb(130,239,202); }

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