#82EBD4

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

Shades of Aquamarine #82EBD4

Tints of Aquamarine #82EBD4

Color information

#82EBD4 (or 0x82EBD4) is unknown color: approx Aquamarine. HEX triplet: 82, EB and D4. RGB value is (130,235,212). Sum of RGB (Red+Green+Blue) = 130+235+212=577 (76% of max value = 765). Red value is 130 (51.17% from 255 or 22.53% from 577); Green value is 235 (92.19% from 255 or 40.73% from 577); Blue value is 212 (83.20% from 255 or 36.74% from 577); Max value from RGB is 235 - color contains mainly: green. Hex color #82EBD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EBD4 is #7D142B. Grayscale: #C8C8C8. Windows color (decimal): -8197164 or 13953922. OLE color: 13953922.

HSL color Cylindrical-coordinate representation of color #82EBD4: hue angle of 166.86º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82EBD4 is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB130235212-
CMYK0.4500.100.08
HSL166.86º72.41%71.57%-
HSV(B)166.86º44.68%92.16%-
XYZ50.868.9272.91-
YUV200.98134.2177.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.53%
GREEN value IS 235 (92.19% from 255) = 40.73%
BLUE value IS 212 (83.20% from 255) = 36.74%
R=22.53%
G=40.73%
B=36.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1302352120.4500.100.08166.8672.4171.57
Hex82EBD42D0A8a74848
Octal2023533245501210247110110
Binary1000001011101011110101001011010101010001010011110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,235,212); }

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

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

 a { background-color: rgb(130,235,212); }

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

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

 span { border-color: rgb(130,235,212); }

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