Html Css Color HEX #82ECDD Aquamarine

📋 copy color: '#82ECDD'

red 130 ◦ green 236 ◦ blue 221

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

Shades of Aquamarine #82ECDD

Tints of Aquamarine #82ECDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.65%

R = 22.15%
G = 40.2%
B = 37.65%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#82ECDD (or 0x82ECDD) is known color: Aquamarine. HEX triplet: 82, EC and DD. RGB value is (130,236,221). Sum of RGB (Red+Green+Blue) = 130+236+221=587 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.15% from 587); Green value is 236 (92.58% from 255 or 40.20% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 236 - color contains mainly: green. Hex color #82ECDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82ECDD is #7D1322. Grayscale: #CACACA. Windows color (decimal): -8196899 or 14544002. OLE color: 14544002.

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

Color convert

RGB 130 236 221 -
CMYK 0.45 0 0.06 0.07
HSL 171.51º 0.74% 0.72% -
HSV(B) 171.51º 0.45% 0.93% -
XYZ 52.25 69.96 79.16 -
YUV 202.6 138.38 76.22 -
System Red Green Blue C M Y K H S L
Decimal 130 236 221 0.45 0 0.06 0.07 171.51 0.74 0.72
Hex 82 EC DD 2D 0 6 7 AC 4A 48
Octal 202 354 335 55 0 6 7 254 112 110
Binary 10000010 11101100 11011101 101101 0 110 111 10101100 1001010 1001000

Color Harmonies of #82ECDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82ECDD

Black with #82ECDD

Text Example


Text Example

White with #82ECDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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