Html Css Color HEX #82F7DF Aquamarine

📋 copy color: '#82F7DF'

red 130 ◦ green 247 ◦ blue 223

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

Shades of Aquamarine #82F7DF

Tints of Aquamarine #82F7DF

RGB

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

 GREEN value IS 247 (96.88% from 255) = 41.17%

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

R = 21.67%
G = 41.17%
B = 37.17%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#82F7DF (or 0x82F7DF) is known color: Aquamarine. HEX triplet: 82, F7 and DF. RGB value is (130,247,223). Sum of RGB (Red+Green+Blue) = 130+247+223=600 (79% of max value = 765). Red value is 130 (51.17% from 255 or 21.67% from 600); Green value is 247 (96.88% from 255 or 41.17% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 247 - color contains mainly: green. Hex color #82F7DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82F7DF is #7D0820. Grayscale: #D1D1D1. Windows color (decimal): -8194081 or 14677890. OLE color: 14677890.

HSL color Cylindrical-coordinate representation of color #82F7DF: hue angle of 167.69º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82F7DF is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 130 247 223 -
CMYK 0.47 0 0.10 0.03
HSL 167.69º 0.88% 0.74% -
HSV(B) 167.69º 0.47% 0.97% -
XYZ 55.79 76.6 81.66 -
YUV 209.28 135.74 71.45 -
System Red Green Blue C M Y K H S L
Decimal 130 247 223 0.47 0 0.10 0.03 167.69 0.88 0.74
Hex 82 F7 DF 2F 0 A 3 A8 58 4A
Octal 202 367 337 57 0 12 3 250 130 112
Binary 10000010 11110111 11011111 101111 0 1010 11 10101000 1011000 1001010

Color Harmonies of #82F7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82F7DF

Black with #82F7DF

Text Example


Text Example

White with #82F7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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