#82EECA

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

Shades of Aquamarine #82EECA

Tints of Aquamarine #82EECA

Color information

#82EECA (or 0x82EECA) is unknown color: approx Aquamarine. HEX triplet: 82, EE and CA. RGB value is (130,238,202). Sum of RGB (Red+Green+Blue) = 130+238+202=570 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.81% from 570); Green value is 238 (93.36% from 255 or 41.75% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 238 - color contains mainly: green. Hex color #82EECA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EECA is #7D1135. Grayscale: #C9C9C9. Windows color (decimal): -8196406 or 13299330. OLE color: 13299330.

HSL color Cylindrical-coordinate representation of color #82EECA: hue angle of 160º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82EECA is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB130238202-
CMYK0.4500.150.07
HSL160º76.06%72.16%-
HSV(B)160º45.38%93.33%-
XYZ50.4470.1666.76-
YUV201.6128.2276.93-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.81%
GREEN value IS 238 (93.36% from 255) = 41.75%
BLUE value IS 202 (79.30% from 255) = 35.44%
R=22.81%
G=41.75%
B=35.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1302382020.4500.150.0716076.0672.16
Hex82EECA2D0F7a04c48
Octal202356312550177240114110
Binary100000101110111011001010101101011111111010000010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,238,202); }

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

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

 a { background-color: rgb(130,238,202); }

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

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

 span { border-color: rgb(130,238,202); }

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