Html Css Color HEX #82EDC0 Aquamarine

📋 copy color: '#82EDC0'

red 130 ◦ green 237 ◦ blue 192

#82EDC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aquamarine #82EDC0

Tints of Aquamarine #82EDC0

RGB

 RED value IS 130 (51.17% from 255) = 23.26%

 GREEN value IS 237 (92.97% from 255) = 42.4%

 BLUE value IS 192 (75.39% from 255) = 34.35%

R = 23.26%
G = 42.4%
B = 34.35%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#82EDC0 (or 0x82EDC0) is known color: Aquamarine. HEX triplet: 82, ED and C0. RGB value is (130,237,192). Sum of RGB (Red+Green+Blue) = 130+237+192=559 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.26% from 559); Green value is 237 (92.97% from 255 or 42.40% from 559); Blue value is 192 (75.39% from 255 or 34.35% from 559); Max value from RGB is 237 - color contains mainly: green. Hex color #82EDC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EDC0 is #7D123F. Grayscale: #C7C7C7. Windows color (decimal): -8196672 or 12643714. OLE color: 12643714.

HSL color Cylindrical-coordinate representation of color #82EDC0: hue angle of 154.77º degrees, saturation: 0.75, 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 #82EDC0 is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 237 192 -
CMYK 0.45 0 0.19 0.07
HSL 154.77º 0.75% 0.72% -
HSV(B) 154.77º 0.45% 0.93% -
XYZ 49 69.12 60.63 -
YUV 199.88 123.55 78.16 -
System Red Green Blue C M Y K H S L
Decimal 130 237 192 0.45 0 0.19 0.07 154.77 0.75 0.72
Hex 82 ED C0 2D 0 13 7 9B 4B 48
Octal 202 355 300 55 0 23 7 233 113 110
Binary 10000010 11101101 11000000 101101 0 10011 111 10011011 1001011 1001000

Color Harmonies of #82EDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EDC0

Black with #82EDC0

Text Example


Text Example

White with #82EDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,237,192); }

 H1.HeaderClassName
 {
   color: #82EDC0;
 }
 .AnyTagClassName
 {
   color: #82EDC0;
 }
</style>

background-color css

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

 a { background-color: rgb(130,237,192); }

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

border-color css

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

 span { border-color: rgb(130,237,192); }

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