#82F9CB

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

Shades of Aquamarine #82F9CB

Tints of Aquamarine #82F9CB

Color information

#82F9CB (or 0x82F9CB) is unknown color: approx Aquamarine. HEX triplet: 82, F9 and CB. RGB value is (130,249,203). Sum of RGB (Red+Green+Blue) = 130+249+203=582 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.34% from 582); Green value is 249 (97.66% from 255 or 42.78% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 249 - color contains mainly: green. Hex color #82F9CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82F9CB is #7D0634. Grayscale: #D0D0D0. Windows color (decimal): -8193589 or 13367682. OLE color: 13367682.

HSL color Cylindrical-coordinate representation of color #82F9CB: hue angle of 156.81º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82F9CB is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB130249203-
CMYK0.4800.180.02
HSL156.81º90.84%74.31%-
HSV(B)156.81º47.79%97.65%-
XYZ53.8676.8168.49-
YUV208.18125.0872.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.34%
GREEN value IS 249 (97.66% from 255) = 42.78%
BLUE value IS 203 (79.69% from 255) = 34.88%
R=22.34%
G=42.78%
B=34.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1302492030.4800.180.02156.8190.8474.31
Hex82F9CB3001229d5b4a
Octal202371313600222235133112
Binary100000101111100111001011110000010010101001110110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,249,203); }

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

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

 a { background-color: rgb(130,249,203); }

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

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

 span { border-color: rgb(130,249,203); }

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