#82F3CB

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

Shades of Aquamarine #82F3CB

Tints of Aquamarine #82F3CB

Color information

#82F3CB (or 0x82F3CB) is unknown color: approx Aquamarine. HEX triplet: 82, F3 and CB. RGB value is (130,243,203). Sum of RGB (Red+Green+Blue) = 130+243+203=576 (76% of max value = 765). Red value is 130 (51.17% from 255 or 22.57% from 576); Green value is 243 (95.31% from 255 or 42.19% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 243 - color contains mainly: green. Hex color #82F3CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82F3CB is #7D0C34. Grayscale: #CCCCCC. Windows color (decimal): -8195125 or 13366146. OLE color: 13366146.

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

Color convert

RGB130243203-
CMYK0.4700.160.05
HSL158.76º82.48%73.14%-
HSV(B)158.76º46.5%95.29%-
XYZ52.0473.1667.88-
YUV204.65127.0674.75-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.57%
GREEN value IS 243 (95.31% from 255) = 42.19%
BLUE value IS 203 (79.69% from 255) = 35.24%
R=22.57%
G=42.19%
B=35.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1302432030.4700.160.05158.7682.4873.14
Hex82F3CB2F01059f5249
Octal202363313570205237122111
Binary1000001011110011110010111011110100001011001111110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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