Html Css Color HEX #82ECD6 Aquamarine

📋 copy color: '#82ECD6'

red 130 ◦ green 236 ◦ blue 214

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

Shades of Aquamarine #82ECD6

Tints of Aquamarine #82ECD6

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.69%

 BLUE value IS 214 (83.98% from 255) = 36.9%

R = 22.41%
G = 40.69%
B = 36.9%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#82ECD6 (or 0x82ECD6) is known color: Aquamarine. HEX triplet: 82, EC and D6. RGB value is (130,236,214). Sum of RGB (Red+Green+Blue) = 130+236+214=580 (76% of max value = 765). Red value is 130 (51.17% from 255 or 22.41% from 580); Green value is 236 (92.58% from 255 or 40.69% from 580); Blue value is 214 (83.98% from 255 or 36.90% from 580); Max value from RGB is 236 - color contains mainly: green. Hex color #82ECD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82ECD6 is #7D1329. Grayscale: #C9C9C9. Windows color (decimal): -8196906 or 14085250. OLE color: 14085250.

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

Color convert

RGB 130 236 214 -
CMYK 0.45 0 0.09 0.07
HSL 167.55º 0.74% 0.72% -
HSV(B) 167.55º 0.45% 0.93% -
XYZ 51.34 69.59 74.35 -
YUV 201.8 134.88 76.79 -
System Red Green Blue C M Y K H S L
Decimal 130 236 214 0.45 0 0.09 0.07 167.55 0.74 0.72
Hex 82 EC D6 2D 0 9 7 A8 4A 48
Octal 202 354 326 55 0 11 7 250 112 110
Binary 10000010 11101100 11010110 101101 0 1001 111 10101000 1001010 1001000

Color Harmonies of #82ECD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82ECD6

Black with #82ECD6

Text Example


Text Example

White with #82ECD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,236,214); }

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

background-color css

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

 a { background-color: rgb(130,236,214); }

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

border-color css

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

 span { border-color: rgb(130,236,214); }

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