Html Css Color HEX #82F9DF Aquamarine

📋 copy color: '#82F9DF'

red 130 ◦ green 249 ◦ blue 223

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

Shades of Aquamarine #82F9DF

Tints of Aquamarine #82F9DF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.36%

 BLUE value IS 223 (87.5% from 255) = 37.04%

R = 21.59%
G = 41.36%
B = 37.04%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#82F9DF (or 0x82F9DF) is known color: Aquamarine. HEX triplet: 82, F9 and DF. RGB value is (130,249,223). Sum of RGB (Red+Green+Blue) = 130+249+223=602 (79% of max value = 765). Red value is 130 (51.17% from 255 or 21.59% from 602); Green value is 249 (97.66% from 255 or 41.36% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 249 - color contains mainly: green. Hex color #82F9DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82F9DF is #7D0620. Grayscale: #D2D2D2. Windows color (decimal): -8193569 or 14678402. OLE color: 14678402.

HSL color Cylindrical-coordinate representation of color #82F9DF: hue angle of 166.89º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82F9DF is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 130 249 223 -
CMYK 0.48 0 0.10 0.02
HSL 166.89º 0.91% 0.74% -
HSV(B) 166.89º 0.48% 0.98% -
XYZ 56.4 77.82 81.86 -
YUV 210.46 135.08 70.61 -
System Red Green Blue C M Y K H S L
Decimal 130 249 223 0.48 0 0.10 0.02 166.89 0.91 0.74
Hex 82 F9 DF 30 0 A 2 A7 5B 4A
Octal 202 371 337 60 0 12 2 247 133 112
Binary 10000010 11111001 11011111 110000 0 1010 10 10100111 1011011 1001010

Color Harmonies of #82F9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82F9DF

Black with #82F9DF

Text Example


Text Example

White with #82F9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,249,223); }

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

background-color css

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

 a { background-color: rgb(130,249,223); }

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

border-color css

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

 span { border-color: rgb(130,249,223); }

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