#82f4ce

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

Shades of Aquamarine #82F4CE

Tints of Aquamarine #82F4CE

Color information

#82F4CE (or 0x82F4CE) is unknown color: approx Aquamarine. HEX triplet: 82, F4 and CE. RGB value is (130,244,206). Sum of RGB (Red+Green+Blue) = 130+244+206=580 (76% of max value = 765). Red value is 130 (51.17% from 255 or 22.41% from 580); Green value is 244 (95.70% from 255 or 42.07% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 244 - color contains mainly: green. Hex color #82F4CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82F4CE is #7D0B31. Grayscale: #CDCDCD. Windows color (decimal): -8194866 or 13563010. OLE color: 13563010.

HSL color Cylindrical-coordinate representation of color #82F4CE: hue angle of 160º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82F4CE is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB130244206-
CMYK0.4700.160.04
HSL160º83.82%73.33%-
HSV(B)160º46.72%95.69%-
XYZ52.773.969.88-
YUV205.58128.2374.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.41%
GREEN value IS 244 (95.70% from 255) = 42.07%
BLUE value IS 206 (80.86% from 255) = 35.52%
R=22.41%
G=42.07%
B=35.52%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1302442060.4700.160.0416083.8273.33
Hex82F4CE2F0104a05449
Octal202364316570204240124111
Binary1000001011110100110011101011110100001001010000010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82f4ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,244,206); }

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

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

 a { background-color: rgb(130,244,206); }

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

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

 span { border-color: rgb(130,244,206); }

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