#82FCCE

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

Shades of Aquamarine #82FCCE

Tints of Aquamarine #82FCCE

Color information

#82FCCE (or 0x82FCCE) is unknown color: approx Aquamarine. HEX triplet: 82, FC and CE. RGB value is (130,252,206). Sum of RGB (Red+Green+Blue) = 130+252+206=588 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.11% from 588); Green value is 252 (98.83% from 255 or 42.86% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 252 - color contains mainly: green. Hex color #82FCCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82FCCE is #7D0331. Grayscale: #D2D2D2. Windows color (decimal): -8192818 or 13565058. OLE color: 13565058.

HSL color Cylindrical-coordinate representation of color #82FCCE: hue angle of 157.38º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82FCCE is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB130252206-
CMYK0.4800.180.01
HSL157.38º95.31%74.9%-
HSV(B)157.38º48.41%98.82%-
XYZ55.1678.8270.7-
YUV210.28125.5870.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.11%
GREEN value IS 252 (98.83% from 255) = 42.86%
BLUE value IS 206 (80.86% from 255) = 35.03%
R=22.11%
G=42.86%
B=35.03%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1302522060.4800.180.01157.3895.3174.9
Hex82FCCE3001219d5f4b
Octal202374316600221235137113
Binary10000010111111001100111011000001001011001110110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82FCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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