Html Css Color HEX #82F1D7 Aquamarine

📋 copy color: '#82F1D7'

red 130 ◦ green 241 ◦ blue 215

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

Shades of Aquamarine #82F1D7

Tints of Aquamarine #82F1D7

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.13%

 BLUE value IS 215 (84.38% from 255) = 36.69%

R = 22.18%
G = 41.13%
B = 36.69%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#82F1D7 (or 0x82F1D7) is known color: Aquamarine. HEX triplet: 82, F1 and D7. RGB value is (130,241,215). Sum of RGB (Red+Green+Blue) = 130+241+215=586 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.18% from 586); Green value is 241 (94.53% from 255 or 41.13% from 586); Blue value is 215 (84.38% from 255 or 36.69% from 586); Max value from RGB is 241 - color contains mainly: green. Hex color #82F1D7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82F1D7 is #7D0E28. Grayscale: #CCCCCC. Windows color (decimal): -8195625 or 14152066. OLE color: 14152066.

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

Color convert

RGB 130 241 215 -
CMYK 0.46 0 0.11 0.05
HSL 165.95º 0.8% 0.73% -
HSV(B) 165.95º 0.46% 0.95% -
XYZ 52.93 72.56 75.51 -
YUV 204.85 133.73 74.61 -
System Red Green Blue C M Y K H S L
Decimal 130 241 215 0.46 0 0.11 0.05 165.95 0.8 0.73
Hex 82 F1 D7 2E 0 B 5 A6 50 49
Octal 202 361 327 56 0 13 5 246 120 111
Binary 10000010 11110001 11010111 101110 0 1011 101 10100110 1010000 1001001

Color Harmonies of #82F1D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82F1D7

Black with #82F1D7

Text Example


Text Example

White with #82F1D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,241,215); }

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

background-color css

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

 a { background-color: rgb(130,241,215); }

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

border-color css

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

 span { border-color: rgb(130,241,215); }

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