Html Css Color HEX #82FADF Aquamarine

📋 copy color: '#82FADF'

red 130 ◦ green 250 ◦ blue 223

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

Shades of Aquamarine #82FADF

Tints of Aquamarine #82FADF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 41.46%

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

R = 21.56%
G = 41.46%
B = 36.98%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#82FADF (or 0x82FADF) is known color: Aquamarine. HEX triplet: 82, FA and DF. RGB value is (130,250,223). Sum of RGB (Red+Green+Blue) = 130+250+223=603 (79% of max value = 765). Red value is 130 (51.17% from 255 or 21.56% from 603); Green value is 250 (98.05% from 255 or 41.46% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 250 - color contains mainly: green. Hex color #82FADF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82FADF is #7D0520. Grayscale: #D3D3D3. Windows color (decimal): -8193313 or 14678658. OLE color: 14678658.

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

Color convert

RGB 130 250 223 -
CMYK 0.48 0 0.11 0.02
HSL 166.5º 0.92% 0.75% -
HSV(B) 166.5º 0.48% 0.98% -
XYZ 56.71 78.44 81.96 -
YUV 211.04 134.74 70.2 -
System Red Green Blue C M Y K H S L
Decimal 130 250 223 0.48 0 0.11 0.02 166.5 0.92 0.75
Hex 82 FA DF 30 0 B 2 A6 5C 4B
Octal 202 372 337 60 0 13 2 246 134 113
Binary 10000010 11111010 11011111 110000 0 1011 10 10100110 1011100 1001011

Color Harmonies of #82FADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82FADF

Black with #82FADF

Text Example


Text Example

White with #82FADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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