#82EFCF

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

Shades of Aquamarine #82EFCF

Tints of Aquamarine #82EFCF

Color information

#82EFCF (or 0x82EFCF) is unknown color: approx Aquamarine. HEX triplet: 82, EF and CF. RGB value is (130,239,207). Sum of RGB (Red+Green+Blue) = 130+239+207=576 (76% of max value = 765). Red value is 130 (51.17% from 255 or 22.57% from 576); Green value is 239 (93.75% from 255 or 41.49% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 239 - color contains mainly: green. Hex color #82EFCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EFCF is #7D1030. Grayscale: #CACACA. Windows color (decimal): -8196145 or 13627266. OLE color: 13627266.

HSL color Cylindrical-coordinate representation of color #82EFCF: hue angle of 162.39º 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 #82EFCF is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB130239207-
CMYK0.4600.130.06
HSL162.39º77.3%72.35%-
HSV(B)162.39º45.61%93.73%-
XYZ51.3370.9870.03-
YUV202.76130.3976.1-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.57%
GREEN value IS 239 (93.75% from 255) = 41.49%
BLUE value IS 207 (81.25% from 255) = 35.94%
R=22.57%
G=41.49%
B=35.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1302392070.4600.130.06162.3977.372.35
Hex82EFCF2E0D6a24d48
Octal202357317560156242115110
Binary100000101110111111001111101110011011101010001010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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