Html Css Color HEX #82FDB3 Aquamarine

📋 copy color: '#82FDB3'

red 130 ◦ green 253 ◦ blue 179

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

Shades of Aquamarine #82FDB3

Tints of Aquamarine #82FDB3

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.02%

 BLUE value IS 179 (70.31% from 255) = 31.85%

R = 23.13%
G = 45.02%
B = 31.85%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#82FDB3 (or 0x82FDB3) is known color: Aquamarine. HEX triplet: 82, FD and B3. RGB value is (130,253,179). Sum of RGB (Red+Green+Blue) = 130+253+179=562 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.13% from 562); Green value is 253 (99.22% from 255 or 45.02% from 562); Blue value is 179 (70.31% from 255 or 31.85% from 562); Max value from RGB is 253 - color contains mainly: green. Hex color #82FDB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82FDB3 is #7D024C. Grayscale: #CFCFCF. Windows color (decimal): -8192589 or 11795842. OLE color: 11795842.

HSL color Cylindrical-coordinate representation of color #82FDB3: hue angle of 143.9º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82FDB3 is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB 130 253 179 -
CMYK 0.49 0 0.29 0.01
HSL 143.9º 0.97% 0.75% -
HSV(B) 143.9º 0.49% 0.99% -
XYZ 52.47 78.25 54.99 -
YUV 207.79 111.75 72.52 -
System Red Green Blue C M Y K H S L
Decimal 130 253 179 0.49 0 0.29 0.01 143.9 0.97 0.75
Hex 82 FD B3 31 0 1D 1 90 61 4B
Octal 202 375 263 61 0 35 1 220 141 113
Binary 10000010 11111101 10110011 110001 0 11101 1 10010000 1100001 1001011

Color Harmonies of #82FDB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82FDB3

Black with #82FDB3

Text Example


Text Example

White with #82FDB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,253,179); }

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

background-color css

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

 a { background-color: rgb(130,253,179); }

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

border-color css

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

 span { border-color: rgb(130,253,179); }

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